NeFut Logo NeFut
Admin Login

[CS.AI] QDEvo: A Multi-Objective Framework for Automated Heuristic Design

Published at: 2026-07-16 22:00 Last updated: 2026-07-17 08:45
#algorithm #Machine Learning #optimization

The integration of Large Language Models (LLMs) with evolutionary computation has emerged as a powerful paradigm for automated heuristic design in combinatorial optimization. However, existing approaches suffer from mode collapse, converging to homogeneous populations that lack semantic diversity and fail to explore the full algorithmic space. We propose Quality-Diversity Evolution (QDEvo), a multi-objective framework that integrates Quality-Diversity optimization with LLM-driven heuristic search, maintaining an unbounded archive of semantically diverse algorithms using pre-trained code embeddings and incorporating hierarchical self-reflection to guide the evolutionary process.

Extensive experiments across standard benchmarks and real-world industrial applications demonstrate that QDEvo significantly outperforms state-of-the-art methods in both Hypervolume and Inverted Generational Distance metrics. Our framework enables the discovery of heuristics that are simultaneously high-performing, computationally efficient, and semantically diverse, providing practitioners with a rich portfolio of solutions for complex optimization problems.

Blogger's Review: QDEvo effectively addresses the limitations of traditional methods by introducing Quality-Diversity optimization, showcasing its potential for broad application in complex optimization problems. Its approach to maintaining algorithmic semantic understanding and population diversity may lead the way for future directions in heuristic design.

Original Source: https://arxiv.org/abs/2607.11916

[h] Back to Home