paper-with-me

Papers

Neural Combinatorial Optimization Algorithms for Solving Vehicle Routing Problems: A Comprehensive Survey with Perspectives

2024-06-01 · Xuan Wu, Di Wang, Lijie Wen, Yubin Xiao, Chunguo Wu, Yuesong Wu, Chaoyu Yu, Douglas L. Maskell, You Zhou

Although several surveys on Neural Combinatorial Optimization (NCO) solvers specifically designed to solve Vehicle Routing Problems (VRPs) have been conducted. These existing surveys did not cover the state-of-the-art (SOTA) NCO solvers emerged recently. More importantly, to provide a comprehensive taxonomy of NCO solvers with up-to-date coverage, based on our thorough review of relevant publications and preprints, we divide all NCO solvers into four distinct categories, namely Learning to Construct, Learning to Improve, Learning to Predict-Once, and Learning to Predict-Multiplicity solvers. Subsequently, we present the inadequacies of the SOTA solvers, including poor generalization, incapability to solve large-scale VRPs, inability to address most types of VRP variants simultaneously, and difficulty in comparing these NCO solvers with the conventional Operations Research algorithms. Simultaneously, we propose promising and viable directions to overcome these inadequacies. In addition, we compare the performance of representative NCO solvers from the Reinforcement, Supervised, and Unsupervised Learning paradigms across both small- and large-scale VRPs. Finally, following the proposed taxonomy, we provide an accompanying web page as a live repository for NCO solvers. Through this survey and the live repository, we hope to make the research community of NCO solvers for VRPs more thriving.

📄 PDF Abstract BibTeX arXiv:2406.00415

Code (1)

wuuu110/NCO-solvers-for-VRP 공식 구현

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Combinatorial Optimization enriched Machine Learning to solve the Dynamic Vehicle Routing Problem with Time Windows

2023-04-03 · Léo Baty, Kai Jungel, Patrick S. Klein, Axel Parmentier 외

With the rise of e-commerce and increasing customer requirements, logistics service providers face a new complexity in their daily planning, mainly due to efficiently handling same day deliveries. Existing multi-stage st…

Combinatorial OptimizationStochastic Optimization

Accelerating Vehicle Routing via AI-Initialized Genetic Algorithms

2025-04-08 · Ido Greenberg, Piotr Sielski, Hugo Linsenmaier, Rajesh Gandham 외

Vehicle Routing Problems (VRP) are an extension of the Traveling Salesperson Problem and are a fundamental NP-hard challenge in combinatorial optimization. Solving VRP in real-time at large scale has become critical in n…

Combinatorial Optimizationreinforcement-learningReinforcement Learning

Learning (Re-)Starting Solutions for Vehicle Routing Problems

2020-08-08 · Xingwen Zhang, Shuang Yang

A key challenge in solving a combinatorial optimization problem is how to guide the agent (i.e., solver) to efficiently explore the enormous search space. Conventional approaches often rely on enumeration (e.g., exhausti…

Combinatorial OptimizationNavigate

Study of Robust Features in Formulating Guidance for Heuristic Algorithms for Solving the Vehicle Routing Problem

2025-08-08 · Bachtiar Herdianto, Romain Billot, Flavien Lucas, Marc Sevaux arxiv

The Vehicle Routing Problem (VRP) is a complex optimization problem with numerous real-world applications, mostly solved using metaheuristic algorithms due to its $\mathcal{NP}$-Hard nature. Traditionally, these metaheur…

Feature Importance

Multi-Objective Vehicle Routing Problem Applied to Large Scale Post Office Deliveries

2017-12-23 · Luis A. A. Meira, Paulo S. Martins, Mauro Menzori, Guilherme A. Zeni

The number of optimization techniques in the combinatorial domain is large and diversified. Nevertheless, real-world based benchmarks for testing algorithms are few. This work creates an extensible real-world mail delive…