Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. Mar 21, 2021
  3. Feb 24, 2021
  4. Feb 21, 2021
  5. Feb 20, 2021
    • Bentriou Mahmoud's avatar
      The package becomes more meta to reach higher performance. · 5d886fc4
      Bentriou Mahmoud authored
      This commit groups the change operated to the creation of models and
      simulate function of a ContinuousTimeModel.
      The general idea is to create a concrete type and a simulate function
       per model creation by metaprogramming.
      - Now, ContinuousTimeModel is an abstract type. Each creation of a model
      defines a concrete type T <: ContinuousTimeModel by meta programming.
      - f! and isabsorbing ContinuousTimeModel fields are Symbols.
      - simulate(::ContinuousTimeModel) is run by multiple dispatch, according
      to the type of the model.
      
      Can't run the whole tests for now but unit/simulate_available_models.jl
      runs properly (i've updated the list of models in this commit), and I've
      manually checked in the repl that simulations run correctly (distributed
      / plots).
      5d886fc4
  6. Feb 19, 2021
  7. Feb 18, 2021
  8. Feb 16, 2021
  9. Jan 23, 2021
  10. Dec 10, 2020
  11. Dec 09, 2020
  12. Dec 07, 2020
  13. Dec 05, 2020
  14. Dec 03, 2020
  15. Nov 27, 2020
  16. Nov 26, 2020
  17. Nov 24, 2020
  18. Nov 23, 2020
    • Bentriou Mahmoud's avatar
      Change of Trajectory.values type from Matrix to Vector of Vector in · 5b7fc78f
      Bentriou Mahmoud authored
      order to replace vcat by push!.
      
      The benchmarks are at least equal, and better when the buffer size is
      small. However, no significative difference of performance with adequate
      buffer size.
      
      My opinion the gain can be seen when simulations are going to be very
      long with more complicated models than we have implemented for now.
      
      All tests passed.
      5b7fc78f
  19. Nov 21, 2020
  20. Nov 20, 2020
Loading