paper-with-me

홈 › Papers

MuEvo: LLM-Driven Evolution of Multi-Heuristic Ensemble

2026-08-04 · Haoze Lv, Ning Lu, Shengcai Liu, Shaofeng Zhang, Ke Tang arxiv

Large language model-based automated heuristic design (LLM-AHD) has shown strong potential in discovering effective heuristics for combinatorial optimization problems. However, existing methods primarily optimize a single heuristic, whereas practical optimization frameworks often rely on multiple interacting components. Directly extending single-heuristic methods is challenging because early component selection can overlook components with late potential, while independent evolution ignores inter-component dependencies. We propose MuEvo, an LLM-driven framework for evolving heuristic ensembles under ensemble-level feedback. MuEvo combines Dynamic Component Management, which uses short-budget probing and a reversible lifecycle to revise component priorities throughout the search, with LLM-Driven Co-Evolution, which coordinates component populations through Multi-Ensemble Evaluation, Cross-Component Information Sharing, Relation-Guided Pair Evolution, and Adaptive Budget Allocation. We evaluate MuEvo on selection hyper-heuristics and componentized ant colony optimization across four combinatorial optimization domains. Results show that MuEvo consistently improves human-designed frameworks and outperforms representative multi-component extensions of state-of-the-art LLM-AHD methods, demonstrating its effectiveness across both controller-mediated heuristic pools and functionally differentiated algorithmic components.

📄 PDF Abstract BibTeX arXiv:2608.03636

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FormuEvo: LLM-Guided Evolution for Discovering Solver-Efficient Mixed-Integer Programming Formulations

2026-08-24 · Haofeng Yuan, Jianing Peng, Jieyi Bi, Ni Zhang 외 arxiv

Mixed-integer programming (MIP) lies at the core of operations research and industrial optimization. While large language models (LLMs) have recently shown promise in automated MIP modeling from natural language, they pr…

ReVEL: Multi-Turn Reflective LLM-Guided Heuristic Evolution via Structured Performance Feedback

2026-03-05 · Cuong Van Duc, Minh Nguyen Dinh Tuan, Tam Vu Duc, Tung Vu Duy 외 arxiv

Designing effective heuristics for NP-hard combinatorial optimization problems remains challenging and often requires substantial domain expertise. Recent LLM-guided evolutionary methods have shown promise for automated …

Neuro-Evolved Heuristics for Variable Gapped Common Subsequence Identification

2026-08-01 · Marko Djukanović, Christian Blum, Aleksandar Kartelj, Saso Dzeroski 외 arxiv

This study addresses the Variable Gapped Longest Common Subsequence Problem (VGLCSP), a variant of the classical longest common subsequence problem with additional gap constraints and applications in sequence alignment a…

CoupleEvo: Evolving Heuristics for Coupled Optimization Problems Using Large Language Models

2026-05-07 · Thomas Bömer, Bastian Amberg, Max Disselnmeyer, Anne Meyer arxiv

Many real-world optimization problems consist of multiple tightly coupled subproblems whose solutions must be coordinated to achieve high overall performance. However, existing large language model driven automated heuri…

MeEvo: Metacognitive Evolution Combined with Natural Evolution for Automatic Heuristic Design

2026-06-12 · Zishang Qiu, Xinan Chen, Rong Qu, Ruibin Bai arxiv

Large Language Models (LLMs) have advanced Automatic Heuristic Design (AHD) by enabling heuristic generation through reasoning and code synthesis. In LLM-based AHD, the LLM reasons about algorithm design and generates ex…