-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: prebooking for drt * fix taxi contrib * fix drt-extensions * fix recovery of DefaultRequestQueue * update taxi unit tests with new event format * fix fiss integration test * add earliestDepartureTime to output and fix typo * cleanup for multi-iteration simulations * restructuring some elements * rename PassengerEnteringEvent -> PassengerEnteringVehicleEvent * move events * add prebooking analysis * some further cleanup * backport & simplifications * fixes for 'passenger waiting' event * trying to pass electric test with Id.resetCaches * trying to make population iteration order deterministic if not already ... * revert changes for testing * reduce edrt testing footprint * clean analysis handler * remove unused method * adjust PrebookingManager * add comment for wait scheduling config * factor out RequestQueue * specific unplannedRequests for taxi optimizer * factor out advanceRequestHorizon * merge PrebookingPassengerEngine into DefaultPassengerEngine, introduce AdvanceRequestProvider * phase out DrtWaitTask * forgot to fix shift factories * fix two unit tests * change some Verify to Preconditions * update handling of occupany analysis * move remaining prebooking code to drt, integrate in DI * small fix for test * clean up prebooking logic * fix latest changes in shifts * fix latest changes in shifts * revert some formatting and visibility changes
- Loading branch information
Showing
93 changed files
with
3,436 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.