Learning to Optimise General TSP Instances
Nasrin Sultana, Jeffrey Chan, A. K. Qin, Tabinda Sarwar

TL;DR
This paper introduces NETSP-Net, a deep learning approach that generalizes well across various types of TSP instances, including non-Euclidean and non-uniform distributions, trained on easier instances for efficiency.
Contribution
The paper presents NETSP-Net, a novel learning-based method capable of solving diverse TSP problems by training on simpler instances, improving generalization and scalability.
Findings
NETSP-Net outperforms existing methods on TSPLIB benchmarks.
It generalizes across different TSP instance types and distributions.
The approach scales to larger instances than those used in training.
Abstract
The Travelling Salesman Problem (TSP) is a classical combinatorial optimisation problem. Deep learning has been successfully extended to meta-learning, where previous solving efforts assist in learning how to optimise future optimisation instances. In recent years, learning to optimise approaches have shown success in solving TSP problems. However, they focus on one type of TSP problem, namely ones where the points are uniformly distributed in Euclidean spaces and have issues in generalising to other embedding spaces, e.g., spherical distance spaces, and to TSP instances where the points are distributed in a non-uniform manner. An aim of learning to optimise is to train once and solve across a broad spectrum of (TSP) problems. Although supervised learning approaches have shown to achieve more optimal solutions than unsupervised approaches, they do require the generation of training data…
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
TopicsMultimodal Machine Learning Applications · Vehicle Routing Optimization Methods · Metaheuristic Optimization Algorithms Research
