-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpse_2.sumocfg
40 lines (31 loc) · 1.08 KB
/
pse_2.sumocfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 2024-02-01 00:35:24 by Eclipse SUMO sumo Version 1.19.0
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="grid4x4.net.xml"/>
<route-files value="random/random12.rou.xml, pse/pse.rou.xml, evening/evening.rou.xml"/>
<additional-files value="grid.add.vtype.xml"/>
</input>
<time>
<begin value="0"/>
<end value="3600"/>
<step-length value="1" />
</time>
<processing>
<scale value="1.2" />
<threads value="16" />
<random-depart-offset value="10" />
<ignore-route-errors value="true" />
</processing>
<routing>
<weights.random-factor value="3" />
<device.rerouting.probability value="0.5" />
<device.rerouting.period value= "5"/>
<device.rerouting.threads value="16" />
</routing>
<friction_device>
<device.friction.probability value="1" />
<device.friction.offset value="-0.6" />
</friction_device>
</configuration>