An Effective Iterated Two-stage Heuristic Algorithm for the Multiple Traveling Salesmen Problem
Jiongzhi Zheng, Yawei Hong, Wenchang Xu, Wentao Li, Yongfu, Chen

TL;DR
This paper introduces ITSHA, an iterated two-stage heuristic algorithm for the multiple Traveling Salesmen Problem, effectively optimizing total and maximum tour lengths with superior performance over existing methods.
Contribution
It proposes a novel heuristic algorithm combining initialization, variable neighborhood search, and local optima escaping for the mTSP, improving solution quality.
Findings
Significantly outperforms existing heuristics on benchmark instances.
Effectively balances total and maximum tour length objectives.
Demonstrates robustness across diverse problem sizes.
Abstract
The multiple Traveling Salesmen Problem (mTSP) is a general extension of the famous NP-hard Traveling Salesmen Problem (TSP), that there are m (m > 1) salesmen to visit the cities. In this paper, we address the mTSP with both the minsum objective and minmax objective, which aims at minimizing the total length of the tours and the length of the longest tour among all the m tours, respectively. We propose an iterated two-stage heuristic algorithm called ITSHA for the mTSP. Each iteration of ITSHA consists of an initialization stage and an improvement stage. The initialization stage aims to generate high-quality and diverse initial solutions. The improvement stage mainly applies the variable neighborhood search (VNS) approach based on our proposed effective local search neighborhoods to optimize the initial solution. Moreover, some local optima escaping approaches are employed to…
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 · Metaheuristic Optimization Algorithms Research · Urban and Freight Transport Logistics
