Closed dhixsingh closed 4 years ago
Latest test and scenario are here: https://github.com/agentsoz/ees/blob/0aa1de1ef4babd0d762809575bc9d3bb910a8970/src/test/java/io/github/agentsoz/ees/SCSArchetypesBasicTest.java#L50
The evacuation behaviour on the road now uses the latest behaviour model. The decision to leave is not strictly based on the seven archetypes though yet, but is just using default initial values of attitudes (averages from all archetypes) so is not immediately meaningful.
The Surf Coast Shire tests: https://github.com/agentsoz/ees/blob/d90fd9853d7f935d96249e975377dfb5bc72c849/src/test/java/io/github/agentsoz/ees/SurfCoastShirePopulationSubgroupsSampleTest.java#L39
and
https://github.com/agentsoz/ees/blob/40959ad90d699a84043b57a504e275daf99f8f43/src/test/java/io/github/agentsoz/ees/SurfCoastShirePopulationSubgroupsIT.java#L37
are currently disabled as they still use the outdated behaviour model. These should be updated to use the new Archetypes-based behaviour model as used in the these tests.