InnoZ / MAS

analysis and (potentially) development of a multi-agent simultation for carsharing
Apache License 2.0
0 stars 0 forks source link

Bmoehring #54

Closed bsmoehring closed 7 years ago

bsmoehring commented 7 years ago

Scenario-generation using survey persons is now possible. Also working for multiple ids'.

regionType as an attribute in SurveyPersons should be reconsidered. Instead of streaming the SurveyDataContainer for persons from matching regionTypes we could create multiple containers when creating scenarios where the ids' aren't of the sam regionType.

Instead of DatabaseReader.readPopulationFromDatabase() we could access the population data in a Task since the method is not mandatory for the generation of a scenario. To do this the DatabaseTask needs access to the scenario and the configuration though.

wese-da commented 7 years ago

Class com.innoz.toolbox.io.database.handler.PersonRegionTypeHandler is missing. @bsmoehring please fix.

bsmoehring commented 7 years ago

forgot to add the mentioned Class. Now fixed @dhosse

00Bock commented 7 years ago

:+1: