AIAug 9, 2023

A Hierarchical Destroy and Repair Approach for Solving Very Large-Scale Travelling Salesman Problem

arXiv:2308.04639v17 citationsh-index: 34
Originality Highly original
AI Analysis

This work addresses computational efficiency and solution quality for prohibitively large-scale TSPs, which is a critical problem in optimization and logistics, though it appears incremental as it builds on destroy-and-repair concepts.

The authors tackled the challenge of solving very large-scale Traveling Salesman Problems (TSPs) by proposing a hierarchical destroy-and-repair (HDR) approach, which achieved world-record solutions on instances with up to 10 million cities, outperforming previous state-of-the-art methods like LKH.

For prohibitively large-scale Travelling Salesman Problems (TSPs), existing algorithms face big challenges in terms of both computational efficiency and solution quality. To address this issue, we propose a hierarchical destroy-and-repair (HDR) approach, which attempts to improve an initial solution by applying a series of carefully designed destroy-and-repair operations. A key innovative concept is the hierarchical search framework, which recursively fixes partial edges and compresses the input instance into a small-scale TSP under some equivalence guarantee. This neat search framework is able to deliver highly competitive solutions within a reasonable time. Fair comparisons based on nineteen famous large-scale instances (with 10,000 to 10,000,000 cities) show that HDR is highly competitive against existing state-of-the-art TSP algorithms, in terms of both efficiency and solution quality. Notably, on two large instances with 3,162,278 and 10,000,000 cities, HDR breaks the world records (i.e., best-known results regardless of computation time), which were previously achieved by LKH and its variants, while HDR is completely independent of LKH. Finally, ablation studies are performed to certify the importance and validity of the hierarchical search framework.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes