paper-with-me

Papers

Learn to Design the Heuristics for Vehicle Routing Problem

2020-02-20 · Lei Gao, Mingxiang Chen, Qichang Chen, Ganzhong Luo, Nuoyi Zhu, Zhixin Liu

This paper presents an approach to learn the local-search heuristics that iteratively improves the solution of Vehicle Routing Problem (VRP). A local-search heuristics is composed of a destroy operator that destructs a candidate solution, and a following repair operator that rebuilds the destructed one into a new one. The proposed neural network, as trained through actor-critic framework, consists of an encoder in form of a modified version of Graph Attention Network where node embeddings and edge embeddings are integrated, and a GRU-based decoder rendering a pair of destroy and repair operators. Experiment results show that it outperforms both the traditional heuristics algorithms and the existing neural combinatorial optimization for VRP on medium-scale data set, and is able to tackle the large-scale data set (e.g., over 400 nodes) which is a considerable challenge in this area. Moreover, the need for expertise and handcrafted heuristics design is eliminated due to the fact that the proposed network learns to design the heuristics with a better performance. Our implementation is available online.

📄 PDF Abstract BibTeX arXiv:2002.08539

Code (2)

water-mirror/NeuLNS 공식 구현 pytorch
lairning/vrp-drl pytorch

Tasks

Combinatorial OptimizationDecoderGraph Attention

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Heuristics for Vehicle Routing Problem: A Survey and Recent Advances

2023-03-01 · Fei Liu, Chengyu Lu, Lin Gui, Qingfu Zhang 외

Vehicle routing is a well-known optimization research topic with significant practical importance. Among different approaches to solving vehicle routing, heuristics can produce a satisfactory solution at a reasonable com…

Survey

Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem

2019-11-21 · André Hottung, Kevin Tierney

Learning how to automatically solve optimization problems has the potential to provide the next big leap in optimization technology. The performance of automatically learned heuristics on routing problems has been steadi…

BIG-bench Machine Learning

Learning Improvement Heuristics for Solving Routing Problems

2019-12-12 · Yaoxin Wu, Wen Song, Zhiguang Cao, Jie Zhang 외

Recent studies in using deep learning to solve routing problems focus on construction heuristics, the solutions of which are still far from optimality. Improvement heuristics have great potential to narrow this gap by it…

Deep Reinforcement LearningReinforcement Learning

Solving the capacitated vehicle routing problem with timing windows using rollouts and MAX-SAT

2022-06-14 · Harshad Khadilkar

The vehicle routing problem is a well known class of NP-hard combinatorial optimisation problems in literature. Traditional solution methods involve either carefully designed heuristics, or time-consuming metaheuristics.…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 외

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 …

Deep Learning