A Polynomial-Time Deterministic Approach to the Traveling Salesperson Problem
Ali Jazayeri, Hiroki Sayama

TL;DR
This paper introduces a new polynomial-time deterministic algorithm for the traveling salesperson problem that constructs approximate solutions efficiently by prioritizing city connections based on statistical measures, outperforming traditional heuristics.
Contribution
The paper presents a novel $O(n^2)$ algorithm that constructs TSP tours using a priority-based ranking method, offering a simpler and faster alternative to existing heuristics.
Findings
Produces shorter tours than conventional heuristics
Operates with $O(n^2)$ time complexity
Effective as an initial tour generator for complex algorithms
Abstract
We propose a new polynomial-time deterministic algorithm that produces an approximated solution for the traveling salesperson problem. The proposed algorithm ranks cities based on their priorities calculated using a power function of means and standard deviations of their distances from other cities and then connects the cities to their neighbors in the order of their priorities. When connecting a city, a neighbor is selected based on their neighbors' priorities calculated as another power function that additionally includes their distance from the focal city to be connected. This repeats until all the cities are connected into a single loop. The time complexity of the proposed algorithm is , where is the number of cities. Numerical evaluation shows that, despite its simplicity, the proposed algorithm produces shorter tours with less time complexity than other conventional…
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
TopicsVehicle Routing Optimization Methods · Optimization and Packing Problems · Optimization and Search Problems
