paper-with-me

Papers

VRPAgent: LLM-Driven Discovery of Heuristic Operators for Vehicle Routing Problems

2025-10-08 · André Hottung, Federico Berto, Chuanbo Hua, Nayeli Gast Zepeda, Daniel Wetzel, Michael Römer, Haoran Ye, Davide Zago, Michael Poli, Stefano Massaroli, Jinkyoo Park, Kevin Tierney arxiv

Designing high-performing heuristics for vehicle routing problems (VRPs) is a complex task that requires both intuition and deep domain knowledge. Large language model (LLM)-based code generation has recently shown promise across many domains, but it still falls short of producing heuristics that rival those crafted by human experts. In this paper, we propose VRPAgent, a framework that integrates LLM-generated components into a metaheuristic and refines them through a novel genetic search. By using the LLM to generate problem-specific operators, embedded within a generic metaheuristic framework, VRPAgent keeps tasks manageable, guarantees correctness, and still enables the discovery of novel and powerful strategies. Across multiple problems, including the capacitated VRP, the VRP with time windows, and the prize-collecting VRP, our method discovers heuristic operators that outperform handcrafted methods and recent learning-based approaches while requiring only a single CPU core. To our knowledge, \VRPAgent is the first LLM-based paradigm to advance the state-of-the-art in VRPs, highlighting a promising future for automated heuristics discovery.

📄 PDF Abstract BibTeX arXiv:2510.07073

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

G-LNS: Generative Large Neighborhood Search for LLM-Based Automatic Heuristic Design

2026-02-09 · Baoyun Zhao, He Wang, Liang Zeng arxiv

While Large Language Models (LLMs) have recently shown promise in Automated Heuristic Design (AHD), existing approaches typically formulate AHD around constructive priority rules or parameterized local search guidance, t…

Automatic Generation of Atomic Consistency Preserving Search Operators for Search-Based Model Engineering

2019-07-12 · Alexandru Burdusel, Steffen Zschaler, Stefan John

Recently there has been increased interest in combining the fields of Model-Driven Engineering (MDE) and Search-Based Software Engineering (SBSE). Such approaches use meta-heuristic search guided by search operators (mod…

Heuristic Search

AlgoEvolve: LLM-driven Meta-evolution of Algorithmic Trading Programs

2026-06-24 · Dhruv Sharma, Gautam Shroff arxiv

Recent work shows that Large Language Models (LLMs) can act as semantic mutation operators for the evolutionary discovery of programs and proofs. Most current applications focus on static coding benchmarks. We extend thi…

Program Synthesis

PyVRP$^+$: LLM-Driven Metacognitive Heuristic Evolution for Hybrid Genetic Search in Vehicle Routing Problems

2026-04-09 · Manuj Malik, Jianan Zhou, Shashank Reddy Chirra, Zhiguang Cao arxiv

Designing high-performing metaheuristics for NP-hard combinatorial optimization problems, such as the Vehicle Routing Problem (VRP), remains a significant challenge, often requiring extensive domain expertise and manual …

Learn to Design the Heuristics for Vehicle Routing Problem

2020-02-20 · Lei Gao, Mingxiang Chen, Qichang Chen, Ganzhong Luo 외

This paper presents an approach to learn the local-search heuristics that iteratively improves the solution of Vehicle Routing Problem (VRP). A local-search heuristics is composed of a destroy operator that destructs a c…

Combinatorial OptimizationDecoderGraph Attention