AINEMay 9

AHD Agent: Agentic Reinforcement Learning for Automatic Heuristic Design

arXiv:2605.0875684.8
AI Analysis

This work addresses the inefficiency of existing LLM-based automatic heuristic design frameworks by enabling proactive decision-making, which is significant for researchers and practitioners tackling NP-hard combinatorial optimization problems.

AHD Agent introduces an agentic reinforcement learning framework for automatic heuristic design that enables LLMs to proactively decide between generating heuristics or invoking tools to retrieve evidence from the solving environment. The 4B-parameter agent matches or surpasses state-of-the-art baselines using much larger models across eight diverse domains, including four held-out tasks, while requiring significantly fewer evaluations.

Automatic heuristic design (AHD) has emerged as a promising paradigm for solving NP-hard combinatorial optimization problems (COPs). Recent works show that large language models (LLMs), when integrated into well-designed frameworks (i.e., LLM-AHD), can autonomously discover high-performing heuristics. However, existing LLM-AHD frameworks typically treat LLMs as passive generators within fixed workflows, where the model generates heuristics from manually designed, limited context. Such context may fail to capture state-dependent information (e.g., specific failure modes), leading to inefficient trial-and-error exploration. To overcome these limitations, we propose AHD Agent, a novel tool-integrated, multi-turn framework that empowers LLMs to proactively decide whether to generate heuristics or invoke tools to retrieve targeted evidence from the solving environment. To effectively train such a dynamic decision-making agent, we introduce an agentic reinforcement learning (RL) system, which leverages a novel environment synthesis pipeline to optimize a compact model's generalizable AHD capabilities. Experiments across eight diverse domains, including four held-out tasks, demonstrate that our 4B-parameter agent matches or surpasses state-of-the-art baselines using much larger models, while requiring significantly fewer evaluations. Model and inference scaling analysis further reveals that AHD Agent offers an effective trajectory toward truly autonomous heuristic design.

Foundations

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

Your Notes