Closed
Description
currently, all parkingAreas within --max-distance-alternatives are used until reaching --max-number-alternatives. This makes it hard to expand the search to a larger area (and vehicles can easily get stuck by exhausting all nearby choices.
It would be better to have few candidate parkingAreas that are further away and which can be selected if local alternatives are exhausted. Maybe by configuring a curve on how the alternatives should be distributed over the maximum distance. (i.e. 25% of alternatives at each quartile of distance).
Activity