#### VspConfigConsistencyCheckerImpl

```
found writePlansInterval==0.  vsp default is to write plans at least once (for simwrapper).
vsp should move away from facilitiesSource=FacilitiesSource.none
found `PlansCalcRouteConfigGroup.AccessEgressType.none'; vsp should use `accessEgressModeToLink' or some other value or talk to Kai.
You are not setting fractionOfIterationsToStartScoreMSA; vsp default is to set this to something like 0.8.  This means you have to add the following lines to your config file: 
<module name="planCalcScore">
	<param name="fractionOfIterationsToStartScoreMSA" value="0.8" />
</module>
You are setting the marginal utility of traveling with mode car to -0.5. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
You are setting the marginal utility of traveling with mode pt to -3.5. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
You are setting the marginal utility of traveling with mode walk to -5.0. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
You are setting the marginal utility of traveling with mode freight to -10.0. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
found qsim.usePersonIdForMissingVehicleId==true; vsp should set this to false or talk to kai
found `qsim.usingTravelTimeCheckInTeleporation==false'; vsp should try out `true' and report.
 found 'qsim.trafficDynamics==queue'; vsp standard is`kinematicWaves'.
travelTimeCalculator is not analyzing different modes separately; vsp default is to do that.  Otherwise, you are using the same travel times for, say, bike and car.
```
#### NoiseConfigGroup

```
you are using old EWS noise annual cost rates; please go through https://ec.europa.eu/transport/themes/sustainable/studies/sustainable_en to find mor modern values.  kai/Ihab, dec'19
```
#### ScoringConfigGroup$ReflectiveDelegate

```
Setting pathSizeLogitBeta different from zero is experimental.  KN, Sep'08
```
#### RoutingConfigGroup

```
The first mode routing (= teleported mode) params that are explicitly defined clear the default mode routing (= teleported mode) params.  If you want to avoid this 
    warning, use clearTeleportedModeParams(true) in code, and "clearDefaultTeleportedModeParams"=true in xml config.
```
<style>
.dash-row.row-warnings .dash-card-frame {
    background: none;
}
.dash-row.row-warnings .no-warnings {
	color: #4BB543;
	font-weight: bold;
}
.dash-row.row-warnings .found-warnings {
	color: #ED4337;
	font-weight: bold;
}
.dash-row.row-warnings h4 {
	color: white;
	background: #6f5425;
	font-weight: bold;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	border-radius: 10px 10px 0 0;
}
.dash-row.row-warnings pre {
	background: #f8f3d6;
	color: #6f5425;
	border-radius: 0 0 10px 10px;
	white-space: pre-wrap;
}
</style>