Skip to content

Commit

Permalink
use default number of threads for drt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jan 6, 2025
1 parent 4dbfda3 commit 3c27784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions input/v6.4/berlin-v6.4.drt-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<param name="maxWalkDistance" value="2000.0" />
<!-- Mode which will be handled by PassengerEngine and VrpOptimizer (passengers'/customers' perspective) -->
<param name="mode" value="drt" />
<!-- Number of threads used for parallel evaluation of request insertion into existing schedules. Scales well up to 4, due to path data provision, the most computationally intensive part, using up to 4 threads. Default value is 'min(4, no. of cores available to JVM)' -->
<param name="numberOfThreads" value="8" />
<!-- Operational Scheme, either of door2door, stopbased or serviceAreaBased. door2door by default -->
<param name="operationalScheme" value="serviceAreaBased" />
<!-- If true, the max travel and wait times of a submitted request are considered hard constraints (the request gets rejected if one of the constraints is violated). If false, the max travel and wait times are considered soft constraints (insertion of a request that violates one of the constraints is allowed, but its cost is increased by additional penalty to make it relatively less attractive). Penalisation of insertions can be customised by injecting a customised InsertionCostCalculator.PenaltyCalculator -->
Expand Down

0 comments on commit 3c27784

Please sign in to comment.