|
77 | 77 | <parameterset type="AnnealingVariable" >
|
78 | 78 | <param name="annealParameter" value="globalInnovationRate" />
|
79 | 79 | <param name="annealType" value="sigmoid" />
|
80 |
| - <param name="defaultSubpopulation" value="person" /> |
| 80 | + <param name="subpopulation" value="person" /> |
81 | 81 | <!-- this parameter enters the exponential and sigmoid formulas. May be an iteration or a share, i.e. 0.5 for halfLife at 50% of iterations. Exponential: startValue / exp(it/halfLife) -->
|
82 | 82 | <param name="halfLife" value="0.5" />
|
83 | 83 | <!-- sigmoid: 1/(1+e^(shapeFactor*(it - halfLife))); geometric: startValue * shapeFactor^it; msa: startValue / it^shapeFactor -->
|
|
292 | 292 | <!-- <!– Weights to sample an additional drt passenger. E.g. 70 % +0 pax, 30 % +1 pax. Please specify at least two values. –>-->
|
293 | 293 | <!-- <param name="drtCompanionSamplingWeights" value="16517.0,2084.0,532.0,163.0,20.0,5.0,0.0,0.0" />-->
|
294 | 294 | <!-- </parameterset>-->
|
295 |
| - <parameterset type="zonalSystem" > |
296 |
| - <!-- size of square cells used for demand aggregation. Depends on demand, supply and network. Often used with values in the range of 500 - 2000 m --> |
297 |
| - <param name="cellSize" value="null" /> |
298 |
| - <!-- Defines how the target link of a zone is determined (e.g. for rebalancing). Possible values are [random,mostCentral]. Default behavior is mostCentral, where all vehicles are sent to the same link. --> |
299 |
| - <param name="zoneTargetLinkSelection" value="mostCentral" /> |
300 |
| - <!-- Logic for generation of zones for the DRT zonal system. Value can be: [GridFromNetwork, ShapeFile]. --> |
301 |
| - <param name="zonesGeneration" value="ShapeFile" /> |
302 |
| - <!-- allows to configure zones. Used with zonesGeneration=ShapeFile --> |
303 |
| - <param name="zonesShapeFile" value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/kelheim/projects/KelRide/AVServiceAreas/input/shp/kelheim-v2.0-drtZonalAnalysisSystem.shp" /> |
| 295 | + <parameterset type="zonalSystem"> |
| 296 | + <parameterset type="SquareGridZoneSystem"> |
| 297 | + <param name="cellSize" value="500"/> |
| 298 | + </parameterset> |
304 | 299 | </parameterset>
|
305 | 300 | </parameterset>
|
306 | 301 |
|
|
329 | 324 |
|
330 | 325 | <!-- Writes out detailed DRT customer stats in each iteration. True by default. -->
|
331 | 326 | <param name="writeDetailedCustomerStats" value="true"/>
|
332 |
| - |
333 |
| - <parameterset type="zonalSystem" > |
334 |
| - <!-- size of square cells used for demand aggregation. Depends on demand, supply and network. Often used with values in the range of 500 - 2000 m --> |
335 |
| - <param name="cellSize" value="null" /> |
336 |
| - <!-- Defines how the target link of a zone is determined (e.g. for rebalancing). Possible values are [random,mostCentral]. Default behavior is mostCentral, where all vehicles are sent to the same link. --> |
337 |
| - <param name="zoneTargetLinkSelection" value="mostCentral" /> |
338 |
| - <!-- Logic for generation of zones for the DRT zonal system. Value can be: [GridFromNetwork, ShapeFile]. --> |
339 |
| - <param name="zonesGeneration" value="ShapeFile" /> |
340 |
| - <!-- allows to configure zones. Used with zonesGeneration=ShapeFile --> |
341 |
| - <param name="zonesShapeFile" value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/kelheim/projects/KelRide/AVServiceAreas/input/shp/kelheim-v2.0-drtZonalAnalysisSystem.shp" /> |
| 327 | + <parameterset type="zonalSystem"> |
| 328 | + <parameterset type="SquareGridZoneSystem"> |
| 329 | + <param name="cellSize" value="500"/> |
| 330 | + </parameterset> |
342 | 331 | </parameterset>
|
343 | 332 | </parameterset>
|
344 | 333 | </module>
|
|
349 | 338 |
|
350 | 339 | <!-- Used for estimation of travel times for VrpOptimizer by means of the exponential moving average. The weighting decrease, alpha, must be in (0,1]. We suggest small values of alpha, e.g. 0.05. The averaging starts from the initial travel time estimates. If not provided, the free-speed TTs is used as the initial estimates For more info see comments in: VrpTravelTimeEstimator, VrpTravelTimeModules, DvrpModule. -->
|
351 | 340 | <param name="travelTimeEstimationAlpha" value="0.05" />
|
352 |
| - <parameterset type="travelTimeMatrix"> |
353 |
| - <param name="cellSize" value="200"/> |
354 |
| - </parameterset> |
| 341 | + <parameterset type="travelTimeMatrix"> |
| 342 | + <parameterset type="SquareGridZoneSystem"> |
| 343 | + <param name="cellSize" value="200"/> |
| 344 | + </parameterset> |
| 345 | + <param name="maxNeighborDistance" value="1000"/> |
| 346 | + </parameterset> |
355 | 347 | </module>
|
356 | 348 |
|
357 | 349 | </config>
|
0 commit comments