- Add of ER model + tests
- 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.
Showing
- bench/pygmalion/access_val_er.jl 41 additions, 0 deletionsbench/pygmalion/access_val_er.jl
- bench/pygmalion/access_var_values.jl 62 additions, 0 deletionsbench/pygmalion/access_var_values.jl
- bench/pygmalion/long_sim_er.jl 35 additions, 0 deletionsbench/pygmalion/long_sim_er.jl
- core/MarkovProcesses.jl 1 addition, 1 deletioncore/MarkovProcesses.jl
- core/model.jl 10 additions, 1 deletioncore/model.jl
- core/observations.jl 5 additions, 2 deletionscore/observations.jl
- models/ER.jl 54 additions, 0 deletionsmodels/ER.jl
- models/SIR.jl 3 additions, 3 deletionsmodels/SIR.jl
- tests/run_unit.jl 2 additions, 0 deletionstests/run_unit.jl
- tests/simulation/sim_er.jl 12 additions, 0 deletionstests/simulation/sim_er.jl
- tests/simulation/sim_sir_bounded.jl 13 additions, 0 deletionstests/simulation/sim_sir_bounded.jl
- tests/unit/simulate_er.jl 16 additions, 0 deletionstests/unit/simulate_er.jl
- tests/unit/simulate_sir_bounded.jl 17 additions, 0 deletionstests/unit/simulate_sir_bounded.jl
bench/pygmalion/access_val_er.jl
0 → 100644
bench/pygmalion/access_var_values.jl
0 → 100644
bench/pygmalion/long_sim_er.jl
0 → 100644
models/ER.jl
0 → 100644
tests/simulation/sim_er.jl
0 → 100644
tests/simulation/sim_sir_bounded.jl
0 → 100644
tests/unit/simulate_er.jl
0 → 100644
tests/unit/simulate_sir_bounded.jl
0 → 100644
Please register or sign in to comment