Time-Sensitive Route Planning on Bus Networks
Research Paper#Route Planning, Transportation, Algorithms🔬 Research|Analyzed: Jan 3, 2026 19:28•
Published: Dec 28, 2025 11:48
•1 min read
•ArXivAnalysis
This paper addresses a practical and challenging problem: finding optimal routes on bus networks considering time-dependent factors like bus schedules and waiting times. The authors propose a modified graph structure and two algorithms (brute-force and EA-Star) to solve this problem. The EA-Star algorithm, combining A* search with a focus on promising POI visit sequences, is a key contribution for improving efficiency. The use of real-world New York bus data validates the approach.
Key Takeaways
- •Addresses the time-sensitive multiple POIs route planning problem on bus networks.
- •Proposes a modified graph structure to represent the bus network.
- •Introduces the EA-Star algorithm, combining A* search with a focus on promising POI visit sequences, for improved efficiency.
- •Validated using New York bus network datasets.
Reference / Citation
View Original"The EA-Star algorithm focuses on computing the shortest route for promising POI visit sequences."