arXiv:2606.14202cs.NEcs.AI2026-06

用双循环进化提升自动启发式设计效率与稳定性。

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

论文配图:MeEvo: Metacognitive Evolution Combined with Natural Evolution for Automatic Heuristic Design
图 1 · 摘自论文原文
  • 融合自然进化与元认知进化,交替探索与反思。
  • 在5个优化问题上表现更优,复杂约束任务提升显著。
  • 适合需要高质量启发式解的复杂优化场景。

大型语言模型(LLM)通过推理和代码生成推动了自动启发式设计(AHD)的发展。在基于LLM的AHD中,LLM通过算法设计推理并生成可执行的启发式代码。现有架构主要采用两种范式:自然进化通过交叉和变异探索多样策略,但丢弃了设计决策背后的推理轨迹,削弱知识继承;元认知进化保留推理轨迹并通过反思优化,但缺乏种群级重组,限制探索能力。这些局限性降低了复杂问题上的搜索效率、稳定性和解的质量。为此,我们提出MeEvo框架,通过周期性耦合自然进化与元认知进化,并动态平衡探索与利用。自然进化在探索启发式代码的同时记录LLM生成的推理轨迹、适应度值、错误信息及最优启发式至共享历史;元认知进化则基于该历史进行反思,生成改进的启发式并输入下一自然进化周期。该设计实现了种群驱动的探索与反思驱动的精炼相互强化。在五个优化问题上的实验表明,MeEvo性能更强、方差更低,尤其在复杂约束任务上优势明显。

原文摘要 · Abstract (English)

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 executable heuristic code. Existing architectures adopt two main paradigms: Natural Evolution applies crossover and mutation to this code to explore diverse strategies, but discards the reasoning traces behind the design decisions, weakening knowledge inheritance; Metacognitive Evolution retains these reasoning traces and refines them through reflection, but lacks population-level recombination, limiting exploration. These limitations reduce search efficiency, stability, and solution quality on complex problems. To address this gap, we propose MeEvo, an AHD framework that cyclically couples Natural Evolution and Metacognitive Evolution with operator balance that shifts from exploration to exploitation. Natural Evolution explores heuristic code while recording LLM-generated reasoning traces, fitness values, errors and best heuristic into a shared history; Metacognitive Evolution then reflects on this history to generate improved heuristics that feed into the next Natural Evolution cycle. This design enables population-driven exploration and reflection-driven refinement to reinforce each other. Experiments on five optimization problems show that MeEvo achieves stronger performance and lower variance than tested LLM-based AHD architectures, especially on complex constrained tasks.

自动启发式进化算法大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。