Draft
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overhead of LB adjacencies:
Running time [ms] of LB RAPTOR for 1000 random Queries on the DELFI GTFS:
(I excluded 4 values = 7 ms. Probably, involved some island destination not connected to the rest of the timetable)
The main driver seems to be slow convergence. Regardless of the destination LB RAPTOR performs the maximum number of rounds. Even k = 15 yields minor improvements in travel time and therefore station marks are set until then. The current version takes transfer time into account and adds it to the travel time which helps a bit with convergence since it adds up and makes it harder for later rounds to trigger station marks with one-minute improvements or such.
Evaluation on DELFI GTFS
Responses equal: 959/1000
Baseline
response_time
average: 394.78
max: 4,868
99 quantile: 2,549
90 quantile: 1,080
80 quantile: 615
50 quantile: 155
min: 0
LB_RAPTOR
response_time
average: 1,393.15
max: 6,941
99 quantile: 4,567
90 quantile: 2,291
80 quantile: 1,708
50 quantile: 1,147
min: 0