NEAIFeb 2, 2024

ReEvo: Large Language Models as Hyper-Heuristics with Reflective Evolution

Peking U
arXiv:2402.01145v3261 citationsh-index: 8NIPS
Originality Highly original
AI Analysis

This addresses the problem of manual heuristic design for domain experts in combinatorial optimization, offering an automated approach with broad applicability.

The paper tackled the automation of heuristic design for NP-hard combinatorial optimization problems by introducing Language Hyper-Heuristics (LHHs) that use large language models (LLMs) for generation, resulting in state-of-the-art and competitive performance across various problem types with improved sample efficiency.

The omnipresence of NP-hard combinatorial optimization problems (COPs) compels domain experts to engage in trial-and-error heuristic design. The long-standing endeavor of design automation has gained new momentum with the rise of large language models (LLMs). This paper introduces Language Hyper-Heuristics (LHHs), an emerging variant of Hyper-Heuristics that leverages LLMs for heuristic generation, featuring minimal manual intervention and open-ended heuristic spaces. To empower LHHs, we present Reflective Evolution (ReEvo), a novel integration of evolutionary search for efficiently exploring the heuristic space, and LLM reflections to provide verbal gradients within the space. Across five heterogeneous algorithmic types, six different COPs, and both white-box and black-box views of COPs, ReEvo yields state-of-the-art and competitive meta-heuristics, evolutionary algorithms, heuristics, and neural solvers, while being more sample-efficient than prior LHHs.

Code Implementations3 repos
Foundations

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

Your Notes