paper-with-me

Papers

Combining Constructive and Perturbative Deep Learning Algorithms for the Capacitated Vehicle Routing Problem

2022-11-25 · Roberto García-Torres, Alitzel Adriana Macias-Infante, Santiago Enrique Conant-Pablos, José Carlos Ortiz-Bayliss, Hugo Terashima-Marín

The Capacitated Vehicle Routing Problem is a well-known NP-hard problem that poses the challenge of finding the optimal route of a vehicle delivering products to multiple locations. Recently, new efforts have emerged to create constructive and perturbative heuristics to tackle this problem using Deep Learning. In this paper, we join these efforts to develop the Combined Deep Constructor and Perturbator, which combines two powerful constructive and perturbative Deep Learning-based heuristics, using attention mechanisms at their core. Furthermore, we improve the Attention Model-Dynamic for the Capacitated Vehicle Routing Problem by proposing a memory-efficient algorithm that reduces its memory complexity by a factor of the number of nodes. Our method shows promising results. It demonstrates a cost improvement in common datasets when compared against other multiple Deep Learning methods. It also obtains close results to the state-of-the art heuristics from the Operations Research field. Additionally, the proposed memory efficient algorithm for the Attention Model-Dynamic model enables its use in problem instances with more than 100 nodes.

📄 PDF Abstract BibTeX arXiv:2211.13922

Code (2)

Roberto09/Combined-Deep-Constuctor-and-Perturbator 공식 구현 pytorch
Roberto09/Dynamic-Attention-Model-for-VRP---Pytorch pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

LINC: Decoupling Local Consequence Scoring from Hidden Matching in Constructive Neural Routing

2026-05-07 · Shaofeng Qin, Li Wang arxiv

Constructive neural routing solvers usually score the next action by matching a decoder context to candidate embeddings, hiding deterministic one-step consequences such as travel, waiting, slack, and capacity changes. We…

A deep learning Attention model to solve the Vehicle Routing Problem and the Pick-up and Delivery Problem with Time Windows

2022-12-20 · Baptiste Rabecq, Rémy Chevrier

SNCF, the French public train company, is experimenting to develop new types of transportation services by tackling vehicle routing problems. While many deep learning models have been used to tackle efficiently vehicle r…

DecoderDeep Learning

Metaheuristic Enhanced with Feature-Based Guidance and Diversity Management for Solving the Capacitated Vehicle Routing Problem

2024-07-30 · Bachtiar Herdianto, Romain Billot, Flavien Lucas, Marc Sevaux

We propose a metaheuristic algorithm enhanced with feature-based guidance that is designed to solve the Capacitated Vehicle Routing Problem (CVRP). To formulate the proposed guidance, we developed and explained a supervi…

DiversityManagement

Learning to Insert for Constructive Neural Vehicle Routing Solver

2025-05-20 · Fu Luo, Xi Lin, Mengyuan Zhong, Fei Liu 외

Neural Combinatorial Optimisation (NCO) is a promising learning-based approach for solving Vehicle Routing Problems (VRPs) without extensive manual design. While existing constructive NCO methods typically follow an appe…

Model OptimizationPositionvalid

A Unified Knowledge Embedded Reinforcement Learning-based Framework for Generalized Capacitated Vehicle Routing Problems

2026-05-14 · Wen Wang, Xiangchen Wu, Liang Wang, Hao Hu 외 arxiv

The Capacitated Vehicle Routing Problem (CVRP) is a fundamental NP-hard problem with broad applications in logistics and transportation. Real-world CVRPs often involve diverse objectives and complex constraints, such as …

Reinforcement Learning