Namesake: Phoebe
A Disease Simulator written in Rust with a Python-based command interface.
- Run the
setup.bat
script - If no errors showed up then you are done!
- Type
. ./setup.sh
in a terminal (yes the.
is important) - If no errors showed up then you are done!
The simplest way to run the simulation is to run python src/run.py <parameters_file> -p
where <parameters_file>
is the path to the .ron parameters file you want to simulate. For more help run python src/run.py -h
Here are some examples from the examples/ directory
Given the parameters file at examples/no_restriction/parameters.ron the output figure of that simulation is:
Given the parameters file at examples/community_restriction/parameters.ron the output figure of that simulation is:
The theory and thought process behind the implementation can be found in docs/neophoebe.pdf.