paper-with-me

Papers

Inverse Optimization for Routing Problems

2023-07-14 · Pedro Zattoni Scroccaro, Piet van Beek, Peyman Mohajerin Esfahani, Bilge Atasoy

We propose a method for learning decision-makers' behavior in routing problems using Inverse Optimization (IO). The IO framework falls into the supervised learning category and builds on the premise that the target behavior is an optimizer of an unknown cost function. This cost function is to be learned through historical data, and in the context of routing problems, can be interpreted as the routing preferences of the decision-makers. In this view, the main contributions of this study are to propose an IO methodology with a hypothesis function, loss function, and stochastic first-order algorithm tailored to routing problems. We further test our IO approach in the Amazon Last Mile Routing Research Challenge, where the goal is to learn models that replicate the routing preferences of human drivers, using thousands of real-world routing examples. Our final IO-learned routing model achieves a score that ranks 2nd compared with the 48 models that qualified for the final round of the challenge. Our examples and results showcase the flexibility and real-world potential of the proposed IO methodology to learn from decision-makers' decisions in routing problems.

📄 PDF Abstract BibTeX arXiv:2307.07357

Code (1)

pedroszattoni/amazon-challenge 공식 구현

Similar Papers 제목 키워드 기반

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…

GLOP: Learning Global Partition and Local Construction for Solving Large-scale Routing Problems in Real-time

2023-12-13 · Haoran Ye, Jiarui Wang, Helan Liang, Zhiguang Cao 외

The recent end-to-end neural solvers have shown promise for small-scale routing problems but suffered from limited real-time scaling-up performance. This paper proposes GLOP (Global and Local Optimization Policies), a un…

Algoritmos Genéticos Aplicado ao Problema de Roteamento de Veículos

2018-08-31 · Felipe F. Müller, Luis A. A. Meira

Routing problems are often faced by companies who serve costumers through vehicles. Such problems have a challenging structure to optimize, despite the recent advances in combinatorial optimization. The goal of this proj…

Combinatorial Optimization

Recent Advances in Deep Learning for Routing Problems

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Developing neural network-driven solvers for combinatorial optimization problems such as the Travelling Salesperson Problem have seen a surge of academic interest recently. This blogpost presents a Neural Combinatorial O…

Combinatorial OptimizationDeep Learning

Genetic Algorithms with Neural Cost Predictor for Solving Hierarchical Vehicle Routing Problems

2023-10-22 · Abhay Sobhanan, Junyoung Park, Jinkyoo Park, Changhyun Kwon

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), w…

Graph Neural Network