Learn to Design the Heuristics for Vehicle Routing Problem
Lei Gao, Mingxiang Chen, Qichang Chen, Ganzhong Luo, Nuoyi Zhu, Zhixin, Liu

TL;DR
This paper introduces a neural network-based approach to automatically learn local-search heuristics for the Vehicle Routing Problem, outperforming traditional methods and eliminating the need for handcrafted heuristics.
Contribution
It proposes a novel neural network architecture trained via actor-critic to learn destroy and repair heuristics for VRP, capable of handling large-scale instances.
Findings
Outperforms traditional heuristics on medium-scale VRP datasets.
Successfully tackles large-scale VRP instances with over 400 nodes.
Eliminates the need for expert-designed heuristics by learning them automatically.
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Optimization and Packing Problems · Transportation and Mobility Innovations
MethodsRepair
