Skip to content

Commit

Permalink
Update DrtCaseSetup.java
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Mar 27, 2024
1 parent 8fb8b33 commit e367155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/run/prepare/DrtCaseSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void install() {
// The parameters used below are based on the analysis from the real world data
bindModal(DrtEstimator.class).toProvider(modalProvider(getter -> new
EuclideanDistanceBasedDrtEstimator(getter.getModal(Network.class), 2.0, 0.1577493 * 0.9,
103.0972273 * 0.9, 120, 0.4, -0.1, 0.28)));
103.0972273 * 0.9, 300, 0.4, -0.1, 0.28)));
}
});
}
Expand Down

0 comments on commit e367155

Please sign in to comment.