We need to have certain parameter values be specified by config files that can be dynamically loaded so that we don't have to re-compile just to change e.g. the graph dynamics update frequency.
JSON file specifies global parameter values, which are loaded in main.cpp. These can be dynamically reloaded using the F5 key to avoid having to restart the simulation just to modify values.
We need to have certain parameter values be specified by config files that can be dynamically loaded so that we don't have to re-compile just to change e.g. the graph dynamics update frequency.