Skip to content

Commit

Permalink
adjusted strategy weights
Browse files Browse the repository at this point in the history
  • Loading branch information
MahsaAll committed Sep 2, 2024
1 parent e80fc36 commit 3225e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</module>
<module name="strategy" >
<!-- fraction of iterations where innovative strategies are switched off. Something like 0.8 should be good. E.g. if you run from iteration 400 to iteration 500, innovation is switched off at iteration 480 -->
<param name="fractionOfIterationsToDisableInnovation" value="0.9" />
<param name="fractionOfIterationsToDisableInnovation" value="0.8" />
<parameterset type="strategysettings" >
<!-- strategyName of strategy. Possible default names: SelectRandom BestScore KeepLastSelected ChangeExpBeta SelectExpBeta SelectPathSizeLogit (selectors), ReRouteTimeAllocationMutatorTimeAllocationMutator_ReRouteChangeSingleTripModeChangeTripModeSubtourModeChoice (innovative strategies). -->
<param name="strategyName" value="ReRoute" />
Expand Down

0 comments on commit 3225e95

Please sign in to comment.