paper-with-me

홈 › Papers

Routing Arena: A Benchmark Suite for Neural Routing Solvers

2023-10-06 · Daniela Thyssens, Tim Dernedde, Jonas K. Falkner, Lars Schmidt-Thieme

Neural Combinatorial Optimization has been researched actively in the last eight years. Even though many of the proposed Machine Learning based approaches are compared on the same datasets, the evaluation protocol exhibits essential flaws and the selection of baselines often neglects State-of-the-Art Operations Research approaches. To improve on both of these shortcomings, we propose the Routing Arena, a benchmark suite for Routing Problems that provides a seamless integration of consistent evaluation and the provision of baselines and benchmarks prevalent in the Machine Learning- and Operations Research field. The proposed evaluation protocol considers the two most important evaluation cases for different applications: First, the solution quality for an a priori fixed time budget and secondly the anytime performance of the respective methods. By setting the solution trajectory in perspective to a Best Known Solution and a Base Solver's solutions trajectory, we furthermore propose the Weighted Relative Average Performance (WRAP), a novel evaluation metric that quantifies the often claimed runtime efficiency of Neural Routing Solvers. A comprehensive first experimental evaluation demonstrates that the most recent Operations Research solvers generate state-of-the-art results in terms of solution quality and runtime efficiency when it comes to the vehicle routing problem. Nevertheless, some findings highlight the advantages of neural approaches and motivate a shift in how neural solvers should be conceptualized.

📄 PDF Abstract BibTeX arXiv:2310.04140

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

SVRPBench: A Realistic Benchmark for Stochastic Vehicle Routing Problem

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

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 v…

Benchmarking

FLARE: Fast Low-rank Attention Routing Engine

2025-08-18 · Vedant Puri, Aditya Joglekar, Sri Datta Ganesh Bandreddi, Kevin Ferguson 외 arxiv

The quadratic complexity of self-attention limits the scalability of transformers on long sequences. We introduce Fast Low-rank Attention Routing Engine (FLARE), a token-mixing operator that realizes low-rank attention b…

Towards Efficient Constraint Handling in Neural Solvers for Routing Problems

2026-02-17 · Jieyi Bi, Zhiguang Cao, Jianan Zhou, Wen Song 외 arxiv

Neural solvers have achieved impressive progress in addressing simple routing problems, particularly excelling in computational efficiency. However, their advantages under complex constraints remain nascent, for which cu…

Computational Efficiency

ARS: Automatic Routing Solver with Large Language Models

2025-02-21 · Kai Li, Fei Liu, Zhenkun Wang, Xialiang Tong 외

Real-world Vehicle Routing Problems (VRPs) are characterized by a variety of practical constraints, making manual solver design both knowledge-intensive and time-consuming. Although there is increasing interest in automa…

Language ModelingLanguage ModellingLarge Language Model

Efficient Decoder Scaling Strategy for Neural Routing Solvers

2026-02-28 · Qing Luo, Fu Luo, Ke Li, Zhenkun Wang arxiv

Construction-based neural routing solvers, typically composed of an encoder and a decoder, have emerged as a promising approach for solving vehicle routing problems. While recent studies suggest that shifting parameters …