|
220 | 220 | <param name="waiting" value="-0.0" />
|
221 | 221 | <param name="waitingPt" value="-6.0" />
|
222 | 222 |
|
| 223 | + <parameterset type="activityParams" > |
| 224 | + <param name="activityType" value="h" /> |
| 225 | + <param name="closingTime" value="undefined" /> |
| 226 | + <param name="earliestEndTime" value="undefined" /> |
| 227 | + <param name="latestStartTime" value="undefined" /> |
| 228 | + <param name="minimalDuration" value="undefined" /> |
| 229 | + <param name="openingTime" value="undefined" /> |
| 230 | + <param name="priority" value="1.0" /> |
| 231 | + <param name="scoringThisActivityAtAll" value="true" /> |
| 232 | + <!-- typical duration of activity. needs to be defined and non-zero. in sec. --> |
| 233 | + <param name="typicalDuration" value="16:00:00" /> |
| 234 | + <!-- method to compute score at typical duration. Options: | uniform | relative | Use uniform for backwards compatibility (all activities same score; higher proba to drop long acts). --> |
| 235 | + <param name="typicalDurationScoreComputation" value="uniform" /> |
| 236 | + </parameterset> |
| 237 | + |
| 238 | + <parameterset type="activityParams" > |
| 239 | + <param name="activityType" value="w" /> |
| 240 | + <param name="closingTime" value="undefined" /> |
| 241 | + <param name="earliestEndTime" value="undefined" /> |
| 242 | + <param name="latestStartTime" value="undefined" /> |
| 243 | + <param name="minimalDuration" value="undefined" /> |
| 244 | + <param name="openingTime" value="undefined" /> |
| 245 | + <param name="priority" value="1.0" /> |
| 246 | + <param name="scoringThisActivityAtAll" value="true" /> |
| 247 | + <!-- typical duration of activity. needs to be defined and non-zero. in sec. --> |
| 248 | + <param name="typicalDuration" value="08:00:00" /> |
| 249 | + <!-- method to compute score at typical duration. Options: | uniform | relative | Use uniform for backwards compatibility (all activities same score; higher proba to drop long acts). --> |
| 250 | + <param name="typicalDurationScoreComputation" value="uniform" /> |
| 251 | + </parameterset> |
| 252 | + |
223 | 253 | <parameterset type="activityParams" >
|
224 | 254 | <param name="activityType" value="car interaction" />
|
225 | 255 | <param name="closingTime" value="undefined" />
|
|
616 | 646 | <param name="ExternalExeTmpFileRootDir" value="null" />
|
617 | 647 |
|
618 | 648 | <!-- fraction of iterations where innovative strategies are switched off. Something link 0.8 should be good. E.g. if you run from iteration 400 to iteration 500, innovation is switched off at iteration 480 -->
|
619 |
| - <param name="fractionOfIterationsToDisableInnovation" value="Infinity" /> |
| 649 | + <param name="fractionOfIterationsToDisableInnovation" value="0.8" /> |
620 | 650 |
|
621 | 651 | <!-- maximum number of plans per agent. ``0'' means ``infinity''. Currently (2010), ``5'' is a good number -->
|
622 | 652 | <param name="maxAgentPlanMemorySize" value="5" />
|
623 | 653 |
|
624 | 654 | <!-- strategyName of PlanSelector for plans removal. Possible defaults: WorstPlanSelector SelectRandom SelectExpBetaForRemoval ChangeExpBetaForRemoval PathSizeLogitSelectorForRemoval . The current default, WorstPlanSelector is not a good choice from a discrete choice theoretical perspective. Alternatives, however, have not been systematically tested. kai, feb'12 -->
|
625 | 655 | <param name="planSelectorForRemoval" value="WorstPlanSelector" />
|
| 656 | + |
| 657 | + <parameterset type="strategysettings" > |
| 658 | + <!-- iteration after which strategy will be disabled. most useful for ``innovative'' strategies (new routes, new times, ...). Normally, better use fractionOfIterationsToDisableInnovation --> |
| 659 | + <param name="disableAfterIteration" value="-1" /> |
| 660 | + <!-- path to external executable (if applicable) --> |
| 661 | + <param name="executionPath" value="null" /> |
| 662 | + <!-- strategyName of strategy. Possible default names: SelectRandomBestScoreKeepLastSelectedChangeExpBetaSelectExpBetaSelectPathSizeLogit (selectors), ReRoute TimeAllocationMutator ChangeLegMode TimeAllocationMutator_ReRoute ChangeSingleLegMode ChangeSingleTripMode SubtourModeChoice ChangeTripMode TripSubtourModeChoice (innovative strategies). --> |
| 663 | + <param name="strategyName" value="ChangeExpBeta" /> |
| 664 | + <!-- subpopulation to which the strategy applies. "null" refers to the default population, that is, the set of persons for which no explicit subpopulation is defined (ie no subpopulation attribute) --> |
| 665 | + <param name="subpopulation" value="null" /> |
| 666 | + <!-- weight of a strategy: for each agent, a strategy will be selected with a probability proportional to its weight --> |
| 667 | + <param name="weight" value="0.9" /> |
| 668 | + </parameterset> |
| 669 | + |
| 670 | + <parameterset type="strategysettings" > |
| 671 | + <!-- iteration after which strategy will be disabled. most useful for ``innovative'' strategies (new routes, new times, ...). Normally, better use fractionOfIterationsToDisableInnovation --> |
| 672 | + <param name="disableAfterIteration" value="-1" /> |
| 673 | + <!-- path to external executable (if applicable) --> |
| 674 | + <param name="executionPath" value="null" /> |
| 675 | + <!-- strategyName of strategy. Possible default names: SelectRandomBestScoreKeepLastSelectedChangeExpBetaSelectExpBetaSelectPathSizeLogit (selectors), ReRoute TimeAllocationMutator ChangeLegMode TimeAllocationMutator_ReRoute ChangeSingleLegMode ChangeSingleTripMode SubtourModeChoice ChangeTripMode TripSubtourModeChoice (innovative strategies). --> |
| 676 | + <param name="strategyName" value="ReRoute" /> |
| 677 | + <!-- subpopulation to which the strategy applies. "null" refers to the default population, that is, the set of persons for which no explicit subpopulation is defined (ie no subpopulation attribute) --> |
| 678 | + <param name="subpopulation" value="null" /> |
| 679 | + <!-- weight of a strategy: for each agent, a strategy will be selected with a probability proportional to its weight --> |
| 680 | + <param name="weight" value="0.1" /> |
| 681 | + </parameterset> |
626 | 682 | </module>
|
627 | 683 |
|
628 | 684 | <!-- ====================================================================== -->
|
|
0 commit comments