Neuro CROSS exchange: Learning to CROSS exchange to solve realistic vehicle routing problems
Minjun Kim, Junyoung Park, Jinkyoo Park

TL;DR
This paper introduces Neuro CE, a graph neural network-based operator that learns to efficiently guide vehicle routing problem solutions, significantly reducing search complexity and outperforming traditional and neural methods across various VRP variants.
Contribution
The paper presents Neuro CE, a learned meta-heuristic operator that reduces search complexity from O(n^4) to O(n^2) and generalizes well across multiple VRP types without extra training.
Findings
Neuro CE outperforms traditional meta-heuristics on VRPs.
Neuro CE surpasses neural baselines on special VRP cases.
Training is simple and supervised, using easily prepared samples.
Abstract
CROSS exchange (CE), a meta-heuristic that solves various vehicle routing problems (VRPs), improves the solutions of VRPs by swapping the sub-tours of the vehicles. Inspired by CE, we propose Neuro CE (NCE), a fundamental operator of learned meta-heuristic, to solve various VRPs while overcoming the limitations of CE (i.e., the expensive search cost). NCE employs a graph neural network to predict the cost-decrements (i.e., results of CE searches) and utilizes the predicted cost-decrements as guidance for search to decrease the search cost to . As the learning objective of NCE is to predict the cost-decrement, the training can be simply done in a supervised fashion, whose training samples can be prepared effortlessly. Despite the simplicity of NCE, numerical results show that the NCE trained with flexible multi-depot VRP (FMDVRP) outperforms the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Maritime Ports and Logistics
MethodsGraph Neural Network
