- Clone repo:
git clone https://github.com/alan-turing-institute/clamms/
- Install:
- Run a simulation from repo root (see config for parameters to vary):
- Without visualization:
cargo run --release
- With visualization:
cargo make run --release
The main config file is clamms-config.toml
. If the environment variable CLAMMS_CONFIG
is set, it will be used as the path to the config file. If not, it will look for clamms-config.toml
in the root of the repo.