paper-with-me

Papers

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

2024-02-02 · Haoran Ye, Jiarui Wang, Zhiguang Cao, Federico Berto, Chuanbo Hua, Haeyeon Kim, Jinkyoo Park, Guojie Song

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.

📄 PDF Abstract BibTeX arXiv:2402.01145

Code (3)

ai4co/llm-as-hh 공식 구현 pytorch
XAI-liacs/BLADE
ai4co/reevo pytorch

Tasks

Combinatorial OptimizationEvolutionary Algorithms

Similar Papers 제목 키워드 기반

HSEvo: Elevating Automatic Heuristic Design with Diversity-Driven Harmony Search and Genetic Algorithm Using LLMs

2024-12-19 · Pham Vu Tuan Dat, Long Doan, Huynh Thi Thanh Binh

Automatic Heuristic Design (AHD) is an active research area due to its utility in solving complex search and NP-hard combinatorial optimization problems in the real world. The recent advancements in Large Language Models…

Combinatorial OptimizationDiversityHeuristic Search

Experience-Guided Reflective Co-Evolution of Prompts and Heuristics for Automatic Algorithm Design

2025-09-29 · Yihong Liu, Junyi Li, Wayne Xin Zhao, Hongyu Lu 외 arxiv

Combinatorial optimization problems are traditionally tackled with handcrafted heuristic algorithms, which demand extensive domain expertise and significant implementation effort. Recent progress has highlighted the pote…

REMoH: A Reflective Evolution of Multi-objective Heuristics approach via Large Language Models

2025-06-09 · Diego Forniés-Tabuenca, Alejandro Uribe, Urtzi Otamendi, Arkaitz Artetxe 외

Multi-objective optimization is fundamental in complex decision-making tasks. Traditional algorithms, while effective, often demand extensive problem-specific modeling and struggle to adapt to nonlinear structures. Recen…

BenchmarkingDecision MakingDiversityJob Shop Scheduling+1

Experiential Reflective Learning for Self-Improving LLM Agents

2026-03-25 · Marc-Antoine Allard, Arnaud Teinturier, Victor Xing, Gautier Viaud arxiv

Recent advances in large language models (LLMs) have enabled the development of autonomous agents capable of complex reasoning and multi-step problem solving. However, these agents struggle to adapt to specialized enviro…

RoCo: Role-Based LLMs Collaboration for Automatic Heuristic Design

2025-12-03 · Jiawei Xu, Feng-Feng Wei, Wei-Neng Chen arxiv

Automatic Heuristic Design (AHD) has gained traction as a promising solution for solving combinatorial optimization problems (COPs). Large Language Models (LLMs) have emerged and become a promising approach to achieving …