MeLA: A Metacognitive LLM-Driven Architecture for Automatic Heuristic Design
About
This paper introduces MeLA, a Metacognitive LLM-Driven Architecture that presents a new paradigm for Automatic Heuristic Design (AHD). Traditional evolutionary methods operate directly on heuristic code; in contrast, MeLA evolves the instructional prompts used to guide a Large Language Model (LLM) in generating these heuristics. This process of "prompt evolution" is driven by a novel metacognitive framework where the system analyzes performance feedback to systematically refine its generative strategy. MeLA's architecture integrates a problem analyzer to construct an initial strategic prompt, an error diagnosis system to repair faulty code, and a metacognitive search engine that iteratively optimizes the prompt based on heuristic effectiveness. In comprehensive experiments across both benchmark and real-world problems, MeLA consistently generates more effective and robust heuristics, significantly outperforming state-of-the-art methods. Ultimately, this research demonstrates the profound potential of using cognitive science as a blueprint for AI architecture, revealing that by enabling an LLM to metacognitively regulate its problem-solving process, we unlock a more robust and interpretable path to AHD.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Combinatorial Optimization | ACS | Best Objective Value579.3 | 23 | |
| Combinatorial Optimization | TSP-ACO | Best Objective Value5.812 | 20 | |
| Combinatorial Optimization | BPP-ACO | Best Objective Value204.8 | 20 | |
| Optimization | WSN | Objective Value59.37 | 16 | |
| WSN Coverage Optimization | WSN | Best Coverage55.76 | 12 |