TL;DR
This paper introduces McTB, an efficient algorithm for multimodal journey planning that optimizes three criteria—arrival time, number of public transit trips, and transfer mode time—enabling high-quality, fast, and interactive route queries.
Contribution
The paper presents McTB, the first algorithm to efficiently optimize three criteria in multimodal journey planning without restrictive assumptions, and extends ULTRA preprocessing for unlimited transfers.
Findings
McTB outperforms previous methods with up to 80x speedup.
Algorithms are fast enough for interactive queries on large networks.
Effective Pareto set restriction maintains solution quality and efficiency.
Abstract
We study the journey planning problem for multimodal networks consisting of public transit and a non-schedule-based transfer mode (e.g., walking, bicycle, e-scooter). So far, all efficient algorithms for this problem either restrict usage of the transfer mode or Pareto-optimize only two criteria: arrival time and the number of used public transit trips. However, we show that both limitations must be lifted in order to obtain high-quality solutions. In particular, the time spent using the (unrestricted) transfer mode must be optimized as a third criterion. We present McTB, the first algorithm that optimizes three criteria efficiently by avoiding costly data structures for maintaining Pareto sets. To enable unlimited transfers, we combine it with a three-criteria extension of the ULTRA preprocessing technique. Furthermore, since full Pareto sets become impractically large for more than…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
