Skip to content

Commit

Permalink
set default scaling to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Mar 16, 2024
1 parent 618f45a commit cc76aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/v1.3/leipzig-v1.3.1-10pct.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE config SYSTEM "http://www.matsim.org/files/dtd/config_v2.dtd">
<config>
<module name="timeAllocationMutator">
<param name="mutationRange" value="7200.0"/>
<param name="mutationRange" value="900.0"/>
</module>

<module name="controller">
Expand Down Expand Up @@ -63,10 +63,10 @@
<module name="qsim">
<param name="startTime" value="00:00:00"/>
<param name="endTime" value="36:00:00"/>
<param name="flowCapacityFactor" value="0.25"/>
<param name="flowCapacityFactor" value="0.1"/>
<param name="mainMode" value="car,freight"/>
<param name="numberOfThreads" value="8"/>
<param name="storageCapacityFactor" value="0.25"/>
<param name="storageCapacityFactor" value="0.1"/>
<param name="stuckTime" value="30.0"/>
<param name="trafficDynamics" value="kinematicWaves"/>
<param name="useLanes" value="false" />
Expand Down

0 comments on commit cc76aa7

Please sign in to comment.