AIDMLGAug 2, 2021

Machine Learning Constructives and Local Searches for the Travelling Salesman Problem

arXiv:2108.00938v1
Originality Synthesis-oriented
AI Analysis

This work addresses scalability issues in solving real-scale traveling salesman problems, but it is incremental as it builds upon an existing hybrid method.

The authors tackled the computational efficiency of the ML-Constructive heuristic for the traveling salesman problem by reducing the deep learning model's weight and adding a local-search phase, resulting in improved performance as shown in experimental results.

The ML-Constructive heuristic is a recently presented method and the first hybrid method capable of scaling up to real scale traveling salesman problems. It combines machine learning techniques and classic optimization techniques. In this paper we present improvements to the computational weight of the original deep learning model. In addition, as simpler models reduce the execution time, the possibility of adding a local-search phase is explored to further improve performance. Experimental results corroborate the quality of the proposed improvements.

Code Implementations1 repo
Foundations

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

Your Notes