Skip to content
  • Bentriou Mahmoud's avatar
    Fix of type instability in SIR model: · 384b4ad7
    Bentriou Mahmoud authored
    - Real => Float64 for better performance (Real is an abstract type)
    - Should not create a type inside the model because the compiler fails
    at estimating the type of the output of the f function (detected with
    @code_warntype)
    - Intentionaly ER is not as well improved as SIR in order to check the
    differences of performance.
    384b4ad7