First commit with. Details the organization of the code.
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.
Showing
- core/MarkovProcesses.jl 14 additions, 0 deletionscore/MarkovProcesses.jl
- core/model.jl 10 additions, 0 deletionscore/model.jl
- core/observations.jl 26 additions, 0 deletionscore/observations.jl
- tests/load_module.jl 3 additions, 0 deletionstests/load_module.jl
- tests/models/sir.jl 52 additions, 0 deletionstests/models/sir.jl
- tests/sim_sir.jl 12 additions, 0 deletionstests/sim_sir.jl
core/MarkovProcesses.jl
0 → 100644
core/model.jl
0 → 100644
core/observations.jl
0 → 100644
tests/load_module.jl
0 → 100644
tests/models/sir.jl
0 → 100644
tests/sim_sir.jl
0 → 100644
Please register or sign in to comment