MeEvo: Metacognitive Evolution Combined with Natural Evolution for Automatic Heuristic Design
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
Researchers have proposed MeEvo, a dual-layer framework for automatic heuristic design that couples natural evolution with metacognitive evolution to improve the stability and quality of machine-generated heuristics, according to a paper posted to arXiv on 12 June 2026 [1]. Large language models have enabled automatic heuristic design by synthesizing reasoning traces and code, but existing architectures fall into two camps, each with limitations [2]. Natural evolution uses crossover and mutation to explore heuristic programs but discards reasoning traces, weakening knowledge inheritance. Metacognitive evolution refines reasoning through reflection but lacks population-level recombination, which can lead to premature convergence [2]. MeEvo addresses these gaps by cycling between the two modes. Natural evolution explores heuristic code while recording reasoning traces, fitness values, and errors into a shared history; metacognitive evolution then reflects on that history to generate improved heuristics that re-enter the parent pool for the next cycle [2]. The framework was tested on five optimization problems using two LLM backbones and achieved stronger and more stable performance than existing LLM-based AHD architectures, particularly on complex constrained tasks [2]. The authors note that the cyclical design allows population-driven exploration and reflection-driven refinement to reinforce each other [2]. The paper appears on arXiv under the Computer Science category for Neural and Evolutionary Computing and was submitted on 12 June 2026 [1]. The work builds on a broader trend of using LLMs to automate heuristic generation, a subfield that has drawn attention for its potential to reduce manual engineering effort in optimization [2].
research-papertool-release
Background sources we checked (6)
- arxiv.org ↗ Large Language Models (LLMs) have advanced Automatic Heuristic Design (AHD) by enabling heuristic generation through reasoning and code synthesis. Existing LLM-based AHD architectures mainly follow two paradigms: Natural Evolution, which uses crossover and mutation to explore heu…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources covering this (2)
- export.arxiv.org — MeEvo: Metacognitive Evolution Combined with Natural Evolution for Automatic Heuristic Design ↗
- export.arxiv.org — Enhancing CVRP Solver through LLM-driven Automatic Heuristic Design · Global