Waiting is worth it and can be improved with predictions
Ya-Chun Liang, Meng-Hsi Li, Chung-Shou Liao, Clifford Stein

TL;DR
This paper improves online algorithms for the traveling salesman and dial-a-ride problems by incorporating binary prediction-based waiting strategies, achieving better competitive ratios than previous methods.
Contribution
It introduces a novel online scheduling algorithm using binary predictions that enhances the competitive ratio for the online TSP and dial-a-ride problems.
Findings
Achieves a competitive ratio of approximately 1.1514 * lambda + 1.5 with predictions.
Demonstrates the best possible ratio approaches 2 even with perfect predictions.
Provides polynomial-time algorithms with improved robustness and consistency.
Abstract
We revisit the well-known online traveling salesman problem (OLTSP) and its extension, the online dial-a-ride problem (OLDARP). A server starting at a designated origin in a metric space, is required to serve online requests, and return to the origin such that the completion time is minimized. The SmartStart algorithm, introduced by Ascheuer et al., incorporates a waiting approach into an online schedule-based algorithm and attains the optimal upper bound of 2 for the OLTSP and the OLDARP if each schedule is optimal. Using the Christofides' heuristic to approximate each schedule leads to the currently best upper bound of (7 + sqrt(13)) / 4 approximately 2.6514 in polynomial time. In this study, we investigate how an online algorithm with predictions, a recent popular framework (i.e. the so-called learning-augmented algorithms), can be used to improve the best competitive ratio in…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Advanced Bandit Algorithms Research
