Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 26, 2024
1 parent de1b770 commit d441c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/python/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def filter_modes(df):

study, obj = create_calibration(
"calib",
ASCCalibrator(modes, initial, target, lr=utils.linear_lr_scheduler(start=0.3, interval=12)),
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.0-25pct.config.xml",
args="--25pct",
Expand Down
2 changes: 1 addition & 1 deletion src/main/sh/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source env/bin/activate

pip install --upgrade pip

pip install "matsim-tools[calibration]==0.0.16"
pip install "matsim-tools[calibration]==0.0.18"

# Alternative: Install from a specific branch on github
#pip install --force-reinstall "matsim-tools[calibration] @ git+https://github.com/matsim-vsp/matsim-python-tools.git@dist-calibration"

0 comments on commit d441c81

Please sign in to comment.