Skip to content
Snippets Groups Projects
  1. Nov 18, 2020
  2. Nov 17, 2020
  3. Nov 16, 2020
  4. Nov 15, 2020
    • 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
    • Bentriou Mahmoud's avatar
      - Add of ER model + tests · 06dca928
      Bentriou Mahmoud authored
      - Add of benchmark scripts that compares perf wrt pygmalion.
      => As expected it is bad in terms of reading cost (because of row by row
      matrix read) but it is also not good in terms of simulation cost.
      hcat seems to perform badly, should investigate.
      06dca928
    • Bentriou Mahmoud's avatar
      Commit that implement the essentials for the lauch of a simulation of a · 2f7fea8f
      Bentriou Mahmoud authored
      SIR model.
      
      - Evolution of the ContinuousTimeModel type
      - simulate, easy access to Trajectory fields
      - fix of several errors
      2f7fea8f
  5. Nov 14, 2020
    • Bentriou Mahmoud's avatar
      First commit with. Details the organization of the code. · c5f43847
      Bentriou Mahmoud authored
      Two folders:
      - core/ which contains the essential files for the packages
      - tests/ which contains tests and benchmarks of other packages / methods
      
      For now on:
      - we wrote minimal tests in tests/ (a simulation of SIR model) that should run for
      a first minimal version of the package
      - we described in core/ the general structure of essential
      types, how they articulate each others and the minimum methods we should
      implement for a first version that runs the tests.
      c5f43847
Loading