Skip to content

Commit

Permalink
v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed May 27, 2024
1 parent d823422 commit 7906fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-lausitz</artifactId>
<version>1.0</version>
<version>1.x</version>

<name>MATSim Lausitz Model</name>
<description>A transport model of the Lausitz region and its surroundings</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def filter_modes(df):
"calib",
ASCCalibrator(modes, initial, target, lr=utils.linear_scheduler(start=0.3, interval=12)),
"matsim-lausitz-1.x-SNAPSHOT-20c8ab3.jar",
"../input/v1.0/lausitz-v1.1-10pct.config.xml",
"../input/v1.1/lausitz-v1.1-10pct.config.xml",
args="--25pct",
jvm_args="-Xmx60G -Xmx60G -XX:+AlwaysPreTouch -XX:+UseParallelGC",
transform_persons=filter_persons, transform_trips=filter_modes,
Expand Down

0 comments on commit 7906fab

Please sign in to comment.