Skip to content

Commit

Permalink
Put correct ASC values in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jun 11, 2024
1 parent c549ceb commit 2110ec3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

### 6.1.1 (2024-06-11)

- Fix ASCs in tbe 6.1 config
- The calibrated ASCs have not been correctly copied to the 6.1 config, this is now fixed.
- All input files remain the same
- The existing output remains the same as well, because this run was using the correct ASC values

### 6.1 (2024-04-17)

Expand Down
8 changes: 4 additions & 4 deletions input/v6.1/berlin-v6.1.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<param name="performing" value="6.88"/>

<parameterset type="modeParams">
<param name="constant" value="-0.6269580844054548" />
<param name="constant" value="-0.7904891983040987" />
<!-- result of the calibration, lower than full vehicle ownership cost which gave too unattractive car mode in calibration -->
<param name="dailyMonetaryConstant" value="-3.0" />
<param name="dailyUtilityConstant" value="0" />
Expand All @@ -125,7 +125,7 @@
<param name="mode" value="car" />
</parameterset>
<parameterset type="modeParams">
<param name="constant" value="-1.3788242711735" />
<param name="constant" value="-1.0293490257513975" />
<param name="dailyMonetaryConstant" value="0.0" />
<param name="dailyUtilityConstant" value="0.0" />
<param name="marginalUtilityOfDistance_util_m" value="0.0" />
Expand All @@ -137,7 +137,7 @@
<param name="mode" value="ride" />
</parameterset>
<parameterset type="modeParams">
<param name="constant" value="-0.24909103628514367" />
<param name="constant" value="0.32909137835098523" />
<!-- 2022: 4-trips AB 10Euro -> 2.5 Eu/trip. yearly 761 Eu / 250 days = 3.04 Eu/day -->
<param name="dailyMonetaryConstant" value="-3.0" />
<param name="dailyUtilityConstant" value="0.0" />
Expand All @@ -147,7 +147,7 @@
<param name="mode" value="pt" />
</parameterset>
<parameterset type="modeParams">
<param name="constant" value="-2.2321797854695955" />
<param name="constant" value="-1.7377577082420756" />
<param name="dailyMonetaryConstant" value="0.0" />
<param name="dailyUtilityConstant" value="0.0" />
<param name="marginalUtilityOfDistance_util_m" value="0.0" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-berlin</artifactId>
<version>6.1</version>
<version>6.1.1</version>

<name>MATSim Open Berlin scenario</name>
<description>MATSim Open Berlin scenario</description>
Expand Down

0 comments on commit 2110ec3

Please sign in to comment.