paper-with-me

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, thereby restricting the search space to fixed heuristic forms. Such designs offer limited capacity for structural exploration, making it difficult to escape deep local optima in complex Combinatorial Optimization Problems (COPs). In this work, we propose G-LNS, a generative evolutionary framework that extends LLM-based AHD to the automated design of Large Neighborhood Search (LNS) operators. Unlike prior methods that evolve heuristics in isolation, G-LNS leverages LLMs to co-evolve tightly coupled pairs of destroy and repair operators. A cooperative evaluation mechanism explicitly captures their interaction, enabling the discovery of complementary operator logic that jointly performs effective structural disruption and reconstruction. Extensive experiments on challenging COP benchmarks, such as Traveling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems (CVRP), demonstrate that G-LNS significantly outperforms LLM-based AHD methods as well as strong classical solvers. The discovered heuristics not only achieve near-optimal solutions with reduced computational budgets but also exhibit robust generalization across diverse and unseen instance distributions.

📄 PDF Abstract BibTeX arXiv:2602.08253

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Large Neighborhood Search for the Capacitated Vehicle Routing Problem

2019-11-21 · André Hottung, Kevin Tierney

Learning how to automatically solve optimization problems has the potential to provide the next big leap in optimization technology. The performance of automatically learned heuristics on routing problems has been steadi…

BIG-bench Machine Learning

Local Branching Relaxation Heuristics for Integer Linear Programs

2022-12-15 · Taoan Huang, Aaron Ferber, Yuandong Tian, Bistra Dilkina 외

Large Neighborhood Search (LNS) is a popular heuristic algorithm for solving combinatorial optimization problems (COP). It starts with an initial solution to the problem and iteratively improves it by searching a large n…

Combinatorial Optimization

Research Report on Automatic Synthesis of Local Search Neighborhood Operators

2019-09-18 · Mateusz Ślażyński

Constraint Programming (CP) and Local Search (LS) are different paradigms for dealing with combinatorial search and optimization problems. Their complementary features motivated researchers to create hybrid CP/LS solutio…

Fast Neighborhood Search Heuristics for the Colored Bin Packing Problem

2023-10-06 · Renan F. F. da Silva, Yulle G. F. Borges, Rafael C. S. Schouery

The Colored Bin Packing Problem (CBPP) is a generalization of the Bin Packing Problem (BPP). The CBPP consists of packing a set of items, each with a weight and a color, in bins of limited capacity, minimizing the number…

Transforming Constraint Programs to Input for Local Search

2026-05-19 · Jo Devriendt, Patrick De Causmaecker, Marc Denecker arxiv

Applying local search algorithms to combinatorial optimization problems is not an easy feat. Typically, human intervention is required to compile the constraints to input data for some metaheuristic algorithm. In this pa…