paper-with-me

Papers

Machine Learning Constructives and Local Searches for the Travelling Salesman Problem

2021-08-02 · Tommaso Vitali, Umberto Junior Mele, Luca Maria Gambardella, Roberto Montemanni

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.

📄 PDF Abstract BibTeX arXiv:2108.00938

Code (1)

UmbertoJr/ML-Constructive pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Genetic Algorithm with Optimal Recombination for the Asymmetric Travelling Salesman Problem

2017-06-21 · A. V. Eremeev, Yu. V. Kovalenko

We propose a new genetic algorithm with optimal recombination for the asymmetric instances of travelling salesman problem. The algorithm incorporates several new features that contribute to its effectiveness: (i) Optimal…

A Memetic Algorithm Based on Breakout Local Search for the Generalized Travelling Salesman Problem

2019-10-19 · Mehdi El Krari, Belaïd Ahiod

The Travelling Salesman Problem (TSP) is one of the most popular Combinatorial Optimization Problem. It is well solicited for the large variety of applications that it can solve, but also for its difficulty to find optim…

Combinatorial Optimization

A self-adaptive genetic algorithm for the flying sidekick travelling salesman problem

2023-10-23 · Ted Pilcher

This paper presents a novel approach to solving the Flying Sidekick Travelling Salesman Problem (FSTSP) using a state-of-the-art self-adaptive genetic algorithm. The Flying Sidekick Travelling Salesman Problem is a combi…

Learned upper bounds for the Time-Dependent Travelling Salesman Problem

2021-07-28 · Tommaso Adamo, Gianpaolo Ghiani, Pierpaolo Greco, Emanuela Guerriero

Given a graph whose arc traversal times vary over time, the Time-Dependent Travelling Salesman Problem consists in finding a Hamiltonian tour of least total duration covering the vertices of the graph. The main goal of t…

ARCManagement

A Generative Graph Method to Solve the Travelling Salesman Problem

2020-07-09 · Amal Nammouchi, Hakim Ghazzai, Yehia Massoud

The Travelling Salesman Problem (TSP) is a challenging graph task in combinatorial optimization that requires reasoning about both local node neighborhoods and global graph structure. In this paper, we propose to use the…

Combinatorial OptimizationGraph Learning