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

RSL: Behavior model improvements #405

Merged
merged 55 commits into from
Nov 21, 2023
Merged

RSL: Behavior model improvements #405

merged 55 commits into from
Nov 21, 2023

Conversation

pablohoch
Copy link
Member

@pablohoch pablohoch commented Nov 1, 2023

Passenger behavior model improvements:

  • Revert forecasts: If a delay forecast leads to a broken transfer, affected passenger groups are rerouted. If the transfer becomes viable again in a later delay forecast, the rerouting is now reverted.
  • Uninformed passengers: Added an option to specify a percentage of passengers that don't receive real-time information or ignore it. These passengers will continue their planned journey until the planned transfer breaks and choose an alternative from that point onwards.
  • Expected major delays: If a major delay (e.g. > 20 minutes) is forecast, passengers may decide to choose alternative journeys, even if their current journey isn't broken. The percentage of passengers choosing an alternative can now be configured (previously 100%).

New options:

  • paxforecast.revert_forecasts=1 : Enable the "revert forecasts" functionality
  • paxforecast.uninformed_pax=0.2: 20% of passengers ignore real-time information
  • major_delay_switch=0.2: 20% of passengers may switch to alternatives if a major delay is expected

Various bug fixes:

  • Major delay handling
  • Rule service handling
  • Make /paxmon/trip_load_info work for all trips
  • RI Basis handler fix
  • /paxmon/reroute_groups fixes and improvements
  • Fix for reroutes changing the scheduled arrival time of the destination stop

Removed:

  • Load forecast messages

@pablohoch pablohoch changed the title RSL: Revert forecasts (WIP) RSL: Behavior model improvements (WIP) Nov 8, 2023
@pablohoch pablohoch added the RSL label Nov 8, 2023
@pablohoch pablohoch changed the title RSL: Behavior model improvements (WIP) RSL: Behavior model improvements Nov 15, 2023
@pablohoch pablohoch marked this pull request as ready for review November 20, 2023 17:05
@pablohoch pablohoch merged commit 75aa5cb into master Nov 21, 2023
23 checks passed
@pablohoch pablohoch deleted the rsl-revert-forecasts branch November 21, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant