You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
Hi,
Could you please clarify if it’s possible to configure a specific mode—in my case, bicycle mode (which is a routed mode in my scenario)—to restrict agents to using bicycles only for destinations within 10 km of their origin? Alternatively, is there a way to generally restrict bicycle usage to distances up to 10 km?
(In order to prevent agents using bicycle for very long distances I tried setting a negative value for marginalUtilityOfTraveling for bicycle mode and after the simulation I see that some agents have selected plans with lower scores and consequently bicycle mode with over 2 hours of travel time!)
Hi,
Could you please clarify if it’s possible to configure a specific mode—in my case, bicycle mode (which is a routed mode in my scenario)—to restrict agents to using bicycles only for destinations within 10 km of their origin? Alternatively, is there a way to generally restrict bicycle usage to distances up to 10 km?
(In order to prevent agents using bicycle for very long distances I tried setting a negative value for marginalUtilityOfTraveling for bicycle mode and after the simulation I see that some agents have selected plans with lower scores and consequently bicycle mode with over 2 hours of travel time!)
Thank you in advance!