paper-with-me

Papers

EoH-S: Evolution of Heuristic Set using LLMs for Automated Heuristic Design

2025-08-05 · Fei Liu, Yilu Liu, Qingfu Zhang, Xialiang Tong, Mingxuan Yuan arxiv

Automated Heuristic Design (AHD) using Large Language Models (LLMs) has achieved notable success in recent years. Despite the effectiveness of existing approaches, they only design a single heuristic to serve all problem instances, often inducing poor generalization across different distributions or settings. To address this issue, we propose Automated Heuristic Set Design (AHSD), a new formulation for LLM-driven AHD. The aim of AHSD is to automatically generate a small-sized complementary heuristic set to serve diverse problem instances, such that each problem instance could be optimized by at least one heuristic in this set. We show that the objective function of AHSD is monotone and supermodular. Then, we propose Evolution of Heuristic Set (EoH-S) to apply the AHSD formulation for LLM-driven AHD. With two novel mechanisms of complementary population management and complementary-aware memetic search, EoH-S could effectively generate a set of high-quality and complementary heuristics. Comprehensive experimental results on three AHD tasks with diverse instances spanning various sizes and distributions demonstrate that EoH-S consistently outperforms existing state-of-the-art AHD methods and achieves up to 60\% performance improvements.

📄 PDF Abstract BibTeX arXiv:2508.03082

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

2026-01-28 · Oguzhan Gungordu, Siheng Xiong, Faramarz Fekri arxiv

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often l…

LLM-Driven Co-Evolutionary Automated Heuristic Design for Bi-Component Coupled Combinatorial Optimization

2026-05-30 · Mingen Kuang, Xudong Deng, Xi Lin, Ye Fan 외 arxiv

While Large Language Models (LLMs) have recently shown promise in Automated Heuristic Design (AHD), existing methods typically generate and evolve heuristics as a single operator or search strategy, limiting their abilit…

BuildEvo: Designing Building Energy Consumption Forecasting Heuristics via LLM-driven Evolution

2025-07-16 · Subin Lin, Chuanbo Hua arxiv

Accurate building energy forecasting is essential, yet traditional heuristics often lack precision, while advanced models can be opaque and struggle with generalization by neglecting physical principles. This paper intro…

CogMCTS: A Novel Cognitive-Guided Monte Carlo Tree Search Framework for Iterative Heuristic Evolution with Large Language Models

2025-12-09 · Hui Wang, Yang Liu, Xiaoyu Zhang, Chaoxu Mu arxiv

Automatic Heuristic Design (AHD) is an effective framework for solving complex optimization problems. The development of large language models (LLMs) enables the automated generation of heuristics. Existing LLM-based evo…

Deep Insights into Automated Optimization with Large Language Models and Evolutionary Algorithms

2024-10-28 · He Yu, Jing Liu

Designing optimization approaches, whether heuristic or meta-heuristic, usually demands extensive manual intervention and has difficulty generalizing across diverse problem domains. The combination of Large Language Mode…

Evolutionary Algorithms