Skip to content

Commit

Permalink
use pt daily constant for estimation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Apr 2, 2024
1 parent 1033ab3 commit 13da2b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public Integer call() throws Exception {
Controler controler = this.scenario.createControler();

controler.addOverridingModule(InformedModeChoiceModule.newBuilder()
.withFixedCosts(FixedCostsEstimator.DailyConstant.class, "car")
.withFixedCosts(FixedCostsEstimator.DailyConstant.class, "car", "pt")
.withLegEstimator(DefaultLegScoreEstimator.class, ModeOptions.ConsiderIfCarAvailable.class, "car")
.withLegEstimator(DefaultLegScoreEstimator.class, ModeOptions.AlwaysAvailable.class, "bike", "walk", "pt", "ride")
.withConstraint(RelaxedMassConservationConstraint.class)
Expand Down

0 comments on commit 13da2b0

Please sign in to comment.