Open abyrd opened 3 years ago
Note that we select the itineraries closest to the fastest travel time (https://github.com/conveyal/r5/blob/v6.9/src/main/java/com/conveyal/r5/profile/PerTargetPropagater.java#L285), even though the path scorer could be called with travel times at other percentiles (https://github.com/conveyal/r5/blob/v6.9/src/main/java/com/conveyal/r5/analyst/PathScorer.java#L87-L93)
The Taui path scorer currently gets the paths closest to the fastest travel time. We want to instead get the most common paths that close to the chosen percentile of travel time.