The configuration should be passed when running the simulator. Something like this
make run config=config_file.json
Also need to rename parameters.json to example_config.json, then the user should not modify this file but make a copy which they can customise and pass to the simulator via make run
The configuration should be passed when running the simulator. Something like this
Also need to rename
parameters.json
toexample_config.json
, then the user should not modify this file but make a copy which they can customise and pass to the simulator viamake run