Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle unmatched riders? #3

Open
markusstraub opened this issue Aug 4, 2023 · 0 comments
Open

How to handle unmatched riders? #3

markusstraub opened this issue Aug 4, 2023 · 0 comments

Comments

@markusstraub
Copy link
Contributor

Currently unmatched rider trips are teleported. Should we change this?

Previously we encountered the number of unmatched riders skyrocketing. Now that we got this under control with carpooling.riderMobilityGuaranteeMonetaryConstant this may be a non-issue.

The most logical idea is to replace the unmatched rider trip with the agent's original trip.

But there may be issues: We use subtourmodechoice to set the mode for all trips of a subtour to ride. Now if originally car was used for the whole subtour (e.g. consisting of 3 trips) we can not simply restore the car mode for a single trip if the other trips were matched - because the car won't be available

However: sbbrailraptor also ignores such situations, so maybe we could ignore it as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant