MbrlCatalogueTitleDetail

Do you wish to reserve the book?
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
Hey, we have placed the reservation for you!
Hey, we have placed the reservation for you!
By the way, why not check out events that you can attend while you pick your title.
You are currently in the queue to collect this book. You will be notified once it is your turn to collect the book.
Oops! Something went wrong.
Oops! Something went wrong.
Looks like we were not able to place the reservation. Kindly try again later.
Are you sure you want to remove the book from the shelf?
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
Title added to your shelf!
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Do you wish to request the book?
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem

Please be aware that the book you have requested cannot be checked out. If you would like to checkout this book, you can reserve another copy
How would you like to get it?
We have requested the book for you! Sorry the robot delivery is not available at the moment
We have requested the book for you!
We have requested the book for you!
Your request is successful and it will be processed during the Library working hours. Please check the status of your request in My Requests.
Oops! Something went wrong.
Oops! Something went wrong.
Looks like we were not able to place your request. Kindly try again later.
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem
Journal Article

NeuralGLS: learning to guide local search with graph convolutional network for the traveling salesman problem

2024
Request Book From Autostore and Choose the Collection Method
Overview
The traveling salesman problem (TSP) aims to find the shortest tour that visits each node of a given graph exactly once. TSPs have significant importance as numerous practical problems can be naturally formulated as TSPs. Various algorithms have been developed for solving TSPs, including combinatorial optimization algorithms and deep learning-based approaches. However, these algorithms often face a trade-off between providing exact solutions with long running times and delivering fast but approximate solutions. Therefore, achieving both efficiency and solution quality simultaneously remains a major challenge. In this study, we propose a data-driven algorithm called NeuralGLS to address this challenge. NeuralGLS is a hybrid algorithm that combines deep learning techniques with guided local search (GLS). It incorporates a self-adaptive graph convolutional network (GCN) that takes into account neighborhoods of varying sizes, accommodating TSP instances with different graph sizes. This GCN calculates a regret value for each edge in a given TSP instance. Subsequently, the algorithm utilizes a mixed strategy to construct an initial tour and then employs a GLS module to iteratively improve the tour guided by the acquired regret values until a high-quality tour is obtained. Experimental results on diverse benchmark datasets and real-world TSP instances demonstrate the effectiveness of NeuralGLS in generating high-quality solutions within reasonable computation time. Furthermore, when compared to several state-of-the-art algorithms, our NeuralGLS algorithm exhibits superior generalization performance on both real-world and larger-scale TSP instances. Notably, NeuralGLS also outperforms another hybrid algorithm that also incorporates GLS by reducing the mean optimality gap for real-world TSP instances from 1.318% to 0.958%, with both methods achieving results within the same computation time. This remarkable improvement in solution quality amounts to an impressive relative enhancement of 27.31%.