Package org.matsim.contrib.parking.parkingchoice

This is probably a parking choice implementation of an approach where
  • parking spaces on a per link basis are limited (somehow taken from external data)
  • cars that attempt to park are always accepted but the drivers obtain a negative score for this
  • over the iterations, parking supply is balanced with parking demand
  • Walk from/to the parked vehicle is not executed, not even as teleportation, that is, it consumes zero time. What is done is that the walk leg is negatively scored.
As said, this is our speculation.
Author:
(of documentation) nagel