Skip to content

Commit

Permalink
adjust deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Mar 12, 2024
1 parent 899bc25 commit 5a22cea
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions input/v1.0/lausitz-v1.0-25pct.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</module>

<module name="controller">
<param name="lastIteration" value="600"/>
<param name="lastIteration" value="500"/>
<param name="overwriteFiles" value="failIfDirectoryExists"/>
<param name="runId" value="lausitz-25pct"/>
<param name="outputDirectory" value="./output/output-lausitz-25pct"/>
Expand Down Expand Up @@ -49,7 +49,7 @@
<param name="inputCountsFile" value="./lausitz-v1.0-counts-car-bast.xml.gz"/>
</module>

<module name="planscalcroute">
<module name="routing">
<!-- Some typical teleportation routing params are set by default, such as for walk and bike. Setting this switch to "true" will clear them. Note that this will also clear settings for helper modes such as for non_network_walk -->
<param name="clearDefaultTeleportedModeParams" value="true"/>
<param name="networkModes" value="car,ride,bike,freight"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
<param name="endValue" value="0.01" />
</parameterset>
</module>
<module name="strategy">
<module name="replanning">
<param name="fractionOfIterationsToDisableInnovation" value="0.9"/>
<parameterset type="strategysettings">
<param name="strategyName" value="ChangeExpBeta"/>
Expand Down Expand Up @@ -144,11 +144,6 @@
<param name="coordDistance" value="100"/>
</module>

<module name="changeMode">
<param name="modes" value="car,ride,pt,bike,walk"/>
<param name="ignoreCarAvailability" value="false"/>
</module>

<module name="transitRouter">
<param name="extensionRadius" value="500.0"/>
</module>
Expand All @@ -165,7 +160,7 @@
<param name="vspDefaultsCheckingLevel" value="abort"/>
</module>

<module name="planCalcScore">
<module name="scoring">
<param name="fractionOfIterationsToStartScoreMSA" value="0.9"/>
<parameterset type="scoringParameters">
<!-- Inflation adjusted -->
Expand Down

0 comments on commit 5a22cea

Please sign in to comment.