|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<!-- |
| 3 | + #%L |
| 4 | + BDI-ABM Integration Package |
| 5 | + %% |
| 6 | + Copyright (C) 2014 - 2015 by its authors. See AUTHORS file. |
| 7 | + %% |
| 8 | + This program is free software: you can redistribute it and/or modify |
| 9 | + it under the terms of the GNU Lesser General Public License as |
| 10 | + published by the Free Software Foundation, either version 3 of the |
| 11 | + License, or (at your option) any later version. |
| 12 | +
|
| 13 | + This program is distributed in the hope that it will be useful, |
| 14 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + GNU General Lesser Public License for more details. |
| 17 | +
|
| 18 | + You should have received a copy of the GNU General Lesser Public |
| 19 | + License along with this program. If not, see |
| 20 | + <http://www.gnu.org/licenses/lgpl-3.0.html>. |
| 21 | + #L% |
| 22 | + --> |
| 23 | + |
| 24 | +<!DOCTYPE config SYSTEM "http://www.matsim.org/files/dtd/config_v2.dtd"> |
| 25 | +<config> |
| 26 | + |
| 27 | + <module name="global"> |
| 28 | + <param name="randomSeed" value="482564" /> |
| 29 | + <param name="coordinateSystem" value="Atlantis" /> |
| 30 | + </module> |
| 31 | + |
| 32 | + <module name="network"> |
| 33 | + <param name="inputNetworkFile" value="gridworld.xml" /> |
| 34 | + <param name= "timeVariantNetwork" value= "false" /> |
| 35 | + <!--<param name= "inputChangeEventsFile" value= "scenario_matsim_network_change_events.xml.gz" />--> |
| 36 | + </module> |
| 37 | + |
| 38 | + <module name="plans"> |
| 39 | + <param name="inputPlansFile" value="ar-1b-pop.xml" /> |
| 40 | + </module> |
| 41 | + |
| 42 | + <module name="controler"> |
| 43 | + <param name="outputDirectory" value="output" /> |
| 44 | + <param name="firstIteration" value="0" /> |
| 45 | + <param name="lastIteration" value="0" /> |
| 46 | + <param name="mobsim" value="qsim" /> |
| 47 | + <param name = "snapshotFormat" value="googleearth"/> <!-- enable KML output; also must enable snapshotperiod --> |
| 48 | + </module> |
| 49 | + |
| 50 | + <module name="controler"> |
| 51 | + <param name= "routingAlgorithmType" value="FastAStarLandmarks" /> |
| 52 | + </module> |
| 53 | + |
| 54 | + <module name="qsim"> |
| 55 | + <!-- "start/endTime" of MobSim (00:00:00 == take earliest activity time/ run as long as active vehicles exist) --> |
| 56 | + <param name="startTime" value="00:00:00" /> |
| 57 | + <!--<param name="endTime" value="00:59:59" />--> |
| 58 | + |
| 59 | + <param name = "snapshotperiod" value = "00:00:00"/> <!-- 00:00:00 means NO snapshot writing, 00:00:30 means every 30 secs --> |
| 60 | + |
| 61 | + <param name= "flowCapacityFactor" value= "1.0" /> |
| 62 | + <param name= "storageCapacityFactor" value= "1.0" /> |
| 63 | + |
| 64 | + </module> |
| 65 | + |
| 66 | + <module name="planCalcScore"> |
| 67 | + <param name="learningRate" value="1.0" /> |
| 68 | + <param name="BrainExpBeta" value="2.0" /> |
| 69 | + |
| 70 | + <parameterset type="scoringParameters"> |
| 71 | + <param name="lateArrival" value="-18" /> |
| 72 | + <param name="earlyDeparture" value="-0" /> |
| 73 | + <param name="performing" value="+6" /> |
| 74 | + <param name="waiting" value="-0" /> |
| 75 | + |
| 76 | + <parameterset type="modeParams"> |
| 77 | + <param name="mode" value="car"/> |
| 78 | + <param name="marginalUtilityOfTraveling_util_hr" value="-6.0" /> |
| 79 | + </parameterset> |
| 80 | + <parameterset type="modeParams"> |
| 81 | + <param name="mode" value="pt"/> |
| 82 | + </parameterset> |
| 83 | + |
| 84 | + <parameterset type="activityParams"> |
| 85 | + <param name="activityType" value="home" /> <!-- home --> |
| 86 | + <param name="priority" value="1" /> |
| 87 | + <param name="typicalDuration" value="12:00:00" /> |
| 88 | + <param name="minimalDuration" value="08:00:00" /> |
| 89 | + </parameterset> |
| 90 | + <parameterset type="activityParams"> |
| 91 | + <param name="activityType" value="work" /> <!-- work --> |
| 92 | + <param name="priority" value="1" /> |
| 93 | + <param name="typicalDuration" value="08:00:00" /> |
| 94 | + <param name="minimalDuration" value="06:00:00" /> |
| 95 | + <param name="openingTime" value="07:00:00" /> |
| 96 | + <param name="latestStartTime" value="09:00:00" /> |
| 97 | + <param name="earliestEndTime" value="" /> |
| 98 | + <param name="closingTime" value="18:00:00" /> |
| 99 | + </parameterset> |
| 100 | + </parameterset> |
| 101 | + </module> |
| 102 | + |
| 103 | + <module name="strategy"> |
| 104 | + <param name="maxAgentPlanMemorySize" value="5" /> <!-- 0 means unlimited --> |
| 105 | + |
| 106 | + <parameterset type="strategysettings"> |
| 107 | + <param name="strategyName" value="BestScore"/> |
| 108 | + <param name="weight" value="0.9"/> |
| 109 | + </parameterset> |
| 110 | + |
| 111 | + <parameterset type="strategysettings"> |
| 112 | + <param name="strategyName" value="ReRoute"/> |
| 113 | + <param name="weight" value="0.1"/> |
| 114 | + </parameterset> |
| 115 | + </module> |
| 116 | + |
| 117 | +</config> |
0 commit comments