Skip to content

Commit

Permalink
pathSizeLogitBeta should always be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Oct 11, 2024
1 parent ff47304 commit 89add22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public Config prepareConfig(Config config) {
ScoringConfigGroup scoringConfigGroup = config.scoring();
scoringConfigGroup.setPerforming_utils_hr(performing);
scoringConfigGroup.setWriteExperiencedPlans(true);
scoringConfigGroup.setPathSizeLogitBeta(0.);

// set ride scoring params dependent from car params
ScoringConfigGroup.ModeParams rideParams = scoringConfigGroup.getOrCreateModeParams(TransportMode.ride);
Expand Down

0 comments on commit 89add22

Please sign in to comment.