paper-with-me

홈 › Papers

Neural Column Generation for Capacitated Vehicle Routing

2021-11-24 · AAAI Workshop ML4OR-22 2022 2 · Anonymous

The column generation technique is essential for solving linear programs with an exponential number of variables. Many important applications such as the vehicle routing problem (VRP) now require it. However, in practice, getting column generation to converge is challenging. It often ends up adding too many columns. In this work, we frame the problem of selecting which columns to add as one of sequential decision-making. We propose a neural column generation architecture that iteratively selects columns to be added to the problem. The architecture, inspired by stabilization techniques, first predicts the optimal duals. These predictions are then used to obtain the columns to add. We show using VRP instances that in this setting several machine learning models yield good performance on the task and that our proposed architecture learned using imitation learning outperforms a modern stabilization technique.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingImitation LearningSequential Decision Making

Similar Papers 제목 키워드 기반

Relaxed Dual Optimal Inequalities for Relaxed Columns: with Application to Vehicle Routing

2020-04-11 · Naveed Haghani, Claudio Contardo, Julian Yarkony

We address the problem of accelerating column generation for set cover problems in which we relax the state space of the columns to do efficient pricing. We achieve this by adapting the recently introduced smooth and fle…

Graph Reduction with Unsupervised Learning in Column Generation: A Routing Application

2025-04-11 · Abdo Abouelrous, Laurens Bliek, Adriana F. Gabor, Yaoxin Wu 외

Column Generation (CG) is a popular method dedicated to enhancing computational efficiency in large scale Combinatorial Optimization (CO) problems. It reduces the number of decision variables in a problem by solving a pr…

Combinatorial OptimizationComputational EfficiencyGraph Neural Network

Multi-GPU parallel memetic algorithm for capacitated vehicle routing problem

2014-01-21 · Michał Karpiński, Maciej Pacut

The goal of this paper is to propose and test a new memetic algorithm for the capacitated vehicle routing problem in parallel computing environment. In this paper we consider simple variation of vehicle routing problem i…

GPU

Comparative Analysis of Ant Colony Optimization and Google OR-Tools for Solving the Open Capacitated Vehicle Routing Problem in Logistics

2025-09-30 · Assem Omar, Youssef Omar, Marwa Solayman, Hesham Mansour arxiv

In modern logistics management systems, route planning requires high efficiency. The Open Capacitated Vehicle Routing Problem (OCVRP) deals with finding optimal delivery routes for a fleet of vehicles serving geographica…

A deep learning Attention model to solve the Vehicle Routing Problem and the Pick-up and Delivery Problem with Time Windows

2022-12-20 · Baptiste Rabecq, Rémy Chevrier

SNCF, the French public train company, is experimenting to develop new types of transportation services by tackling vehicle routing problems. While many deep learning models have been used to tackle efficiently vehicle r…

DecoderDeep Learning