Rename of functions is_X => isX because of Julia Base name functions.
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.
Showing
- core/MarkovProcesses.jl 6 additions, 6 deletionscore/MarkovProcesses.jl
- core/_tests_simulate.jl 26 additions, 26 deletionscore/_tests_simulate.jl
- core/common.jl 14 additions, 6 deletionscore/common.jl
- core/lha.jl 1 addition, 1 deletioncore/lha.jl
- core/model.jl 40 additions, 37 deletionscore/model.jl
- core/trajectory.jl 5 additions, 4 deletionscore/trajectory.jl
- models/ER.jl 2 additions, 2 deletionsmodels/ER.jl
- models/SIR.jl 2 additions, 2 deletionsmodels/SIR.jl
- models/_bench_perf_test/ER_col.jl 2 additions, 2 deletionsmodels/_bench_perf_test/ER_col.jl
- models/_bench_perf_test/ER_col_buffer.jl 2 additions, 2 deletionsmodels/_bench_perf_test/ER_col_buffer.jl
- models/_bench_perf_test/ER_row_buffer.jl 2 additions, 2 deletionsmodels/_bench_perf_test/ER_row_buffer.jl
- models/_bench_perf_test/SIR_col.jl 2 additions, 2 deletionsmodels/_bench_perf_test/SIR_col.jl
- models/_bench_perf_test/SIR_col_buffer.jl 2 additions, 2 deletionsmodels/_bench_perf_test/SIR_col_buffer.jl
- models/_bench_perf_test/SIR_row_buffer.jl 2 additions, 2 deletionsmodels/_bench_perf_test/SIR_row_buffer.jl
- tests/automata/sync_simulate_last_state_F.jl 26 additions, 0 deletionstests/automata/sync_simulate_last_state_F.jl
- tests/run_automata.jl 1 addition, 0 deletionstests/run_automata.jl
- tests/unit/is_always_bounded_sir.jl 1 addition, 1 deletiontests/unit/is_always_bounded_sir.jl
- tests/unit/side_effects_1.jl 1 addition, 1 deletiontests/unit/side_effects_1.jl
Loading
Please register or sign in to comment