AIJun 18, 2025

HeurAgenix: Leveraging LLMs for Solving Complex Combinatorial Optimization Challenges

arXiv:2506.15196v214 citationsh-index: 6Has Code
Originality Highly original
AI Analysis

This work addresses the problem of generalizing heuristic algorithms across diverse instances for researchers and practitioners in combinatorial optimization, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of solving combinatorial optimization problems by introducing HeurAgenix, a two-stage hyper-heuristic framework that uses large language models to evolve and select heuristics, achieving performance that matches or exceeds specialized solvers on canonical benchmarks.

Heuristic algorithms play a vital role in solving combinatorial optimization (CO) problems, yet traditional designs depend heavily on manual expertise and struggle to generalize across diverse instances. We introduce \textbf{HeurAgenix}, a two-stage hyper-heuristic framework powered by large language models (LLMs) that first evolves heuristics and then selects among them automatically. In the heuristic evolution phase, HeurAgenix leverages an LLM to compare seed heuristic solutions with higher-quality solutions and extract reusable evolution strategies. During problem solving, it dynamically picks the most promising heuristic for each problem state, guided by the LLM's perception ability. For flexibility, this selector can be either a state-of-the-art LLM or a fine-tuned lightweight model with lower inference cost. To mitigate the scarcity of reliable supervision caused by CO complexity, we fine-tune the lightweight heuristic selector with a dual-reward mechanism that jointly exploits singals from selection preferences and state perception, enabling robust selection under noisy annotations. Extensive experiments on canonical benchmarks show that HeurAgenix not only outperforms existing LLM-based hyper-heuristics but also matches or exceeds specialized solvers. Code is available at https://github.com/microsoft/HeurAgenix.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes