- 24 Nov, 2020 1 commit
-
-
Bentriou Mahmoud authored
small. Fix of a misbehaviour of isbounded() for trajectories.
-
- 21 Nov, 2020 1 commit
-
-
Bentriou Mahmoud authored
Add of a new type of Trajectory: SynchronizedTrajectory which is created by the simulation of a synchronized model with an LHA. Simulate function for SynchronizedModel executes and is tested by two simple models. Next step : Cosmos based tests.
-
- 19 Nov, 2020 1 commit
-
-
Bentriou Mahmoud authored
Major fix of type unstabilities which improved performances. For now on, we observe for pygmalion benchmarks: +2x speed simulation compared to simulation of models. 100x speed in terms of reading values (no allocations).
-
- 17 Nov, 2020 1 commit
-
-
Bentriou Mahmoud authored
-
- 16 Nov, 2020 1 commit
-
-
Bentriou Mahmoud authored
-
- 15 Nov, 2020 3 commits
-
-
Bentriou Mahmoud authored
-
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.
-
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.
-