Dear community,

With a recent commit I changed the default for the scoring behavior.  

In the past, any mode encountered in the plans file that was not specified for scoring was treated as TransportMode.other, which had some default scoring parameters.

With the new version, such code will now throw an exception during scoring and then abort.

Reasons for this change:

In config v2 format, you will need something like

		<parameterset type="modeParams" >
			<param name="constant" value="0.0" />
			<param name="marginalUtilityOfDistance_util_m" value="0.0" />
			<param name="marginalUtilityOfTraveling_util_hr" value="-6.0" />
			<param name="mode" value=“mySpecialMode" />
			<param name="monetaryDistanceRate" value="0.0" />
		</parameterset>

Best wishes

Kai