paper-with-me

홈 › Papers

Vehicle routing by learning from historical solutions

2019-09-17 · Rocsildes Canoy, Tias Guns

The goal of this paper is to investigate a decision support system for vehicle routing, where the routing engine learns from the subjective decisions that human planners have made in the past, rather than optimizing a distance-based objective criterion. This is an alternative to the practice of formulating a custom VRP for every company with its own routing requirements. Instead, we assume the presence of past vehicle routing solutions over similar sets of customers, and learn to make similar choices. The approach is based on the concept of learning a first-order Markov model, which corresponds to a probabilistic transition matrix, rather than a deterministic distance matrix. This nevertheless allows us to use existing arc routing VRP software in creating the actual route plans. For the learning, we explore different schemes to construct the probabilistic transition matrix. Our results on a use-case with a small transportation company show that our method is able to generate results that are close to the manually created solutions, without needing to characterize all constraints and sub-objectives explicitly. Even in the case of changes in the client sets, our method is able to find solutions that are closer to the actual route plans than when using distances, and hence, solutions that would require fewer manual changes to transform into the actual route plan.

📄 PDF Abstract BibTeX arXiv:1909.07893

Code (0)

등록된 구현이 없습니다.

Tasks

ARC

Similar Papers 제목 키워드 기반

A Bi-Objective Approach to Last-Mile Delivery Routing Considering Driver Preferences

2024-05-25 · Juan Pablo Mesa, Alejandro Montoya, Raul Ramos-Pollán, Mauricio Toro

The Multi-Objective Vehicle Routing Problem (MOVRP) is a complex optimization problem in the transportation and logistics industry. This paper proposes a novel approach to the MOVRP that aims to create routes that consid…

Learn-n-Route: Learning implicit preferences for vehicle routing

2021-01-11 · Rocsildes Canoy, Víctor Bucarey, Jayanta Mandi, Tias Guns

We investigate a learning decision support system for vehicle routing, where the routing engine learns implicit preferences that human planners have when manually creating route plans (or routings). The goal is to use th…

ARC

Neural Deconstruction Search for Vehicle Routing Problems

2025-01-07 · André Hottung, Paula Wong-Chung, Kevin Tierney

Autoregressive construction approaches generate solutions to vehicle routing problems in a step-by-step fashion, leading to high-quality solutions that are nearing the performance achieved by handcrafted, operations rese…

Learning to Solve Vehicle Routing Problems with Time Windows through Joint Attention

2020-06-16 · Jonas K. Falkner, Lars Schmidt-Thieme

Many real-world vehicle routing problems involve rich sets of constraints with respect to the capacities of the vehicles, time windows for customers etc. While in recent years first machine learning models have been deve…

Robust Feasible Route Construction through Collaborative Partition Optimization

2026-07-04 · Oguzhan Karaahmetoglu, Hyong Kim arxiv

Large-scale Capacitated Vehicle Routing Problems (CVRPs) are commonly solved by partitioning customers into smaller routing problems that can be optimized independently. While this substantially reduces computational com…