paper-with-me

홈 › Papers

DyACE: Dynamic Algorithm Co-evolution for Online Automated Heuristic Design with Large Language Model

2026-03-07 · Guidong Lu, Yiping Liu, Xiangxiang Zeng arxiv

The prevailing paradigm in Automated Heuristic Design (AHD) typically relies on the assumption that a single, fixed algorithm can effectively navigate the shifting dynamics of a combinatorial search. This static approach often proves inadequate for Perturbative Heuristics, where the optimal algorithm for escaping local optima depends heavily on the specific search phase. To address this limitation, we reformulate heuristic design as a Non-stationary Bi-level Control problem and introduce DyACE (Dynamic Algorithm Co-evolution). Distinct from standard open-loop solvers, DyACE use a Receding Horizon Control architecture to continuously co-evolve the heuristic logic alongside the solution population. A core element of this framework is the Look-Ahead Rollout Search, which queries the landscape geometry to extract Search Trajectory Features. This sensory feedback allows the Large Language Model (LLM) to function as a grounded meta-controller, prescribing phase-specific interventions tailored to the real-time search status. We validate DyACE on three representative combinatorial optimization benchmarks. The results demonstrate that our method significantly outperforms state-of-the-art static baselines, exhibiting superior scalability in high-dimensional search spaces. Furthermore, ablation studies confirm that dynamic adaptation fails without grounded perception, often performing worse than static algorithms. This indicates that DyACE's effectiveness stems from the causal alignment between the synthesized logic and the verified gradients of the optimization landscape.

📄 PDF Abstract BibTeX arXiv:2603.13344

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning-Assisted Component Auto-Configuration of Differential Evolution Algorithm for Constrained Optimization: A Foundation Model

2025-09-14 · Xu Yang, Rui Wang, Kaiwen Li, Wenhua Li 외 arxiv

Despite significant efforts to manually design high-performance evolutionary algorithms, their adaptability remains limited due to the dynamic and ever-evolving nature of real-world problems. The "no free lunch" theorem …

Reinforcement Learning

Detect and Act: Automated Dynamic Optimizer through Meta-Black-Box Optimization

2026-01-30 · Zijian Gao, Yuanting Zhong, Zeyuan Ma, Yue-Jiao Gong 외 arxiv

Dynamic Optimization Problems (DOPs) are challenging to address due to their complex nature, i.e., dynamic environment variation. Evolutionary Computation methods are generally advantaged in solving DOPs since they resem…

Reinforcement Learning

Dynamic Character Graph via Online Face Clustering for Movie Analysis

2020-07-29 · Prakhar Kulshreshtha, Tanaya Guha

An effective approach to automated movie content analysis involves building a network (graph) of its characters. Existing work usually builds a static character graph to summarize the content using metadata, scripts or m…

ClusteringFace ClusteringRetrieval

Evolutionary Algorithms for Computing Nash Equilibria in Dynamic Games

2025-12-27 · Alireza Rezaee arxiv

Dynamic nonzero sum games are widely used to model multi agent decision making in control, economics, and related fields. Classical methods for computing Nash equilibria, especially in linear quadratic settings, rely on …

Decision Making

AutoEP: LLMs-Driven Automation of Hyperparameter Evolution for Metaheuristic Algorithms

2025-09-27 · Zhenxing Xu, Yizhe Zhang, Weidong Bao, Hao Wang 외 arxiv

Dynamically configuring algorithm hyperparameters is a fundamental challenge in computational intelligence. While learning-based methods offer automation, they suffer from prohibitive sample complexity and poor generaliz…