Skip to content

Commit

Permalink
remove ride from subtourmodechoice
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Jan 25, 2024
1 parent 2750a20 commit b7aa368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
<!-- If greater than 0, subtours will also consider coordinates to be at the same location when smaller than set distance. -->
<param name="coordDistance" value="0.0" />
<!-- Defines all the modes available, including chain-based modes, seperated by commas -->
<param name="modes" value="car,ride,pt,bike,walk" />
<param name="modes" value="car,pt,bike,walk" />
<!-- Defines the probability of changing a single trip for a unchained mode instead of subtour. -->
<param name="probaForRandomSingleTripMode" value="0.5" />
</module>
Expand Down

0 comments on commit b7aa368

Please sign in to comment.