Skip to content

Commit

Permalink
use new subpopulations
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jul 8, 2023
1 parent 892d59b commit 6943b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected Config prepareConfig(Config config) {
} else if (mode == CalibrationMode.routeChoice) {

// Re route for all populations
for (String subpopulation : List.of("person", "businessTraffic", "businessTraffic_service")) {
for (String subpopulation : List.of("person", "commercialPersonTraffic", "commercialPersonTraffic_service")) {
config.strategy().addStrategySettings(new StrategyConfigGroup.StrategySettings()
.setStrategyName(DefaultPlanStrategiesModule.DefaultStrategy.ReRoute)
.setWeight(weight)
Expand Down

0 comments on commit 6943b57

Please sign in to comment.