paper-with-me

홈 › Papers

SVRPBench: A Realistic Benchmark for Stochastic Vehicle Routing Problem

2025-05-28 · Ahmed Heakl, Yahia Salaheldin Shaaban, Martin Takac, Salem Lahlou, Zangir Iklassov

Robust routing under uncertainty is central to real-world logistics, yet most benchmarks assume static, idealized settings. We present SVRPBench, the first open benchmark to capture high-fidelity stochastic dynamics in vehicle routing at urban scale. Spanning more than 500 instances with up to 1000 customers, it simulates realistic delivery conditions: time-dependent congestion, log-normal delays, probabilistic accidents, and empirically grounded time windows for residential and commercial clients. Our pipeline generates diverse, constraint-rich scenarios, including multi-depot and multi-vehicle setups. Benchmarking reveals that state-of-the-art RL solvers like POMO and AM degrade by over 20% under distributional shift, while classical and metaheuristic methods remain robust. To enable reproducible research, we release the dataset and evaluation suite. SVRPBench challenges the community to design solvers that generalize beyond synthetic assumptions and adapt to real-world uncertainty.

📄 PDF Abstract BibTeX arXiv:2505.21887

Code (1)

yehias21/vrp-benchmarks 공식 구현

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

POMO 설명 없음
AM 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Capacitated Arc Routing Problem

2022-11-23 · Fleury Gérard, Lacomme Philippe, Christian Prins

This paper deals with the Stochastic Capacitated Arc Routing Problem (SCARP), obtained by randomizing quantities on the arcs in the CARP. Optimization problems for the SCARP are characterized by decisions that are made w…

ARC

Reinforcement Learning for Solving Stochastic Vehicle Routing Problem with Time Windows

2024-02-15 · Zangir Iklassov, Ikboljon Sobirov, Ruben Solozabal, Martin Takac

This paper introduces a reinforcement learning approach to optimize the Stochastic Vehicle Routing Problem with Time Windows (SVRP), focusing on reducing travel costs in goods delivery. We develop a novel SVRP formulatio…

reinforcement-learningReinforcement Learning

Gamifying the Vehicle Routing Problem with Stochastic Requests

2019-11-14 · Nicholas D. Kullman, Nikita Dudorov, Jorge E. Mendoza, Martin Cousineau 외

Do you remember your first video game console? We remember ours. Decades ago, they provided hours of entertainment. Now, we have repurposed them to solve dynamic and stochastic optimization problems. With deep reinforcem…

Atari GamesDecision MakingDecision Making Under UncertaintyDeep Reinforcement Learning+5

Towards Omni-generalizable Neural Methods for Vehicle Routing Problems

2023-05-31 · Jianan Zhou, Yaoxin Wu, Wen Song, Zhiguang Cao 외

Learning heuristics for vehicle routing problems (VRPs) has gained much attention due to the less reliance on hand-crafted rules. However, existing methods are typically trained and tested on the same task with a fixed s…

Combinatorial OptimizationMeta-LearningTraveling Salesman Problem

Reinforcement Learning for Solving Stochastic Vehicle Routing Problem

2023-11-13 · Zangir Iklassov, Ikboljon Sobirov, Ruben Solozabal, Martin Takac

This study addresses a gap in the utilization of Reinforcement Learning (RL) and Machine Learning (ML) techniques in solving the Stochastic Vehicle Routing Problem (SVRP) that involves the challenging task of optimizing …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)