Skip to content

jasonasher/eosim-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demonstration SIR model using eosim.

To run the model:

cargo build -r

Run a single example scenario:

target/release/eosim-demo -i test/input/config.yaml -o test/output/

Run multiple example scenarios with 4 threads:

target/release/eosim-demo -i test/input/config_multi.yaml -o test/output/ -t 4

Inspect the output in R using the script test/output/plot_output.R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published