paper-with-me

홈 › Papers

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, Juan Carlos Rivera, Oier Lopez de Lacalle

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. Recent advances in Large Language Models (LLMs) offer enhanced explainability, adaptability, and reasoning. This work proposes Reflective Evolution of Multi-objective Heuristics (REMoH), a novel framework integrating NSGA-II with LLM-based heuristic generation. A key innovation is a reflection mechanism that uses clustering and search-space reflection to guide the creation of diverse, high-quality heuristics, improving convergence and maintaining solution diversity. The approach is evaluated on the Flexible Job Shop Scheduling Problem (FJSSP) in-depth benchmarking against state-of-the-art methods using three instance datasets: Dauzere, Barnes, and Brandimarte. Results demonstrate that REMoH achieves competitive results compared to state-of-the-art approaches with reduced modeling effort and enhanced adaptability. These findings underscore the potential of LLMs to augment traditional optimization, offering greater flexibility, interpretability, and robustness in multi-objective scenarios.

📄 PDF Abstract BibTeX arXiv:2506.07759

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDecision MakingDiversityJob Shop SchedulingScheduling

Similar Papers 제목 키워드 기반

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 …

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

2024-02-02 · Haoran Ye, Jiarui Wang, Zhiguang Cao, Federico Berto 외

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 th…

Combinatorial OptimizationEvolutionary Algorithms

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…

Pareto-Grid-Guided Large Language Models for Fast and High-Quality Heuristics Design in Multi-Objective Combinatorial Optimization

2025-07-28 · Minh Hieu Ha, Hung Phan, Tung Duy Doan, Tung Dao 외 arxiv

Multi-objective combinatorial optimization problems (MOCOP) frequently arise in practical applications that require the simultaneous optimization of conflicting objectives. Although traditional evolutionary algorithms ca…

Multi-objective Evolution of Heuristic Using Large Language Model

2024-09-25 · Shunyu Yao, Fei Liu, Xi Lin, Zhichao Lu 외

Heuristics are commonly used to tackle diverse search and optimization problems. Design heuristics usually require tedious manual crafting with domain knowledge. Recent works have incorporated large language models (LLMs…

Combinatorial OptimizationHeuristic SearchLanguage ModelingLanguage Modelling+2