Genetic Algorithms with Neural Cost Predictor for Solving Hierarchical Vehicle Routing Problems
Abhay Sobhanan, Junyoung Park, Jinkyoo Park, Changhyun Kwon

TL;DR
This paper introduces GANCP, a deep learning method that predicts vehicle routing costs to efficiently solve hierarchical vehicle routing problems like MDVRP and CLRP, reducing computational effort.
Contribution
The paper presents a novel neural cost predictor integrated with genetic algorithms to efficiently approximate routing costs without solving each problem explicitly.
Findings
GANCP accurately predicts routing costs, reducing computation time.
The approach yields high-quality solutions on benchmark instances.
It accelerates algorithm development for complex hierarchical routing problems.
Abstract
When vehicle routing decisions are intertwined with higher-level decisions, the resulting optimization problems pose significant challenges for computation. Examples are the multi-depot vehicle routing problem (MDVRP), where customers are assigned to depots before delivery, and the capacitated location routing problem (CLRP), where the locations of depots should be determined first. A simple and straightforward approach for such hierarchical problems would be to separate the higher-level decisions from the complicated vehicle routing decisions. For each higher-level decision candidate, we may evaluate the underlying vehicle routing problems to assess the candidate. As this approach requires solving vehicle routing problems multiple times, it has been regarded as impractical in most cases. We propose a novel deep-learning-based approach called Genetic Algorithm with Neural Cost Predictor…
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 · Advanced Manufacturing and Logistics Optimization · Optimization and Packing Problems
MethodsGraph Neural Network
