Closed dhixsingh closed 6 years ago
Working well since 1fe37d2. Includes
io.github.agentsoz.ees.Main
).Have switched the SurfCoastShirePopulationSubgroupsSampleTest test to the new config: https://github.com/agentsoz/bdi-abm-integration/blob/1fe37d23e3ea9ee75d99dfb899d22ee319570532/examples/bushfire/src/test/java/io/github/agentsoz/ees/SurfCoastShirePopulationSubgroupsSampleTest.java#L29-L35
The new config is flexible and can be easily extended with new global/per-model options, without requiring changes to the XSD schema.
The old legacy config can now be phased out and all tests slowly moved to the new config.
/cc @osbornejr
EES runtime options are currently specified in Main.java in a few ways:
--config
--safeline-output-file-pattern
--setup
and--matsim-output-directory
--jillconfig
Probably most of them can be consolidated into the main config file supplied via
--config
. For example,--seed
can be replaced by<seed>...</seed>
with a handy in-file description of what it does and how to use it./cc @kainagel