Skip to content

Commit

Permalink
add goods traffic exp beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 19, 2023
1 parent eec8234 commit 3998469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ protected Config prepareConfig(Config config) {
config.transit().setUseTransit(false);

// Required for all calibration strategies
for (String subpopulation : List.of("person", "commercialPersonTraffic", "commercialPersonTraffic_service")) {
for (String subpopulation : List.of("person", "commercialPersonTraffic", "commercialPersonTraffic_service", "goodsTraffic")) {
config.replanning().addStrategySettings(
new ReplanningConfigGroup.StrategySettings()
.setStrategyName(DefaultPlanStrategiesModule.DefaultSelector.ChangeExpBeta)
Expand Down

0 comments on commit 3998469

Please sign in to comment.