Automated Design of Metaheuristic Algorithms: A Survey
Qi Zhao, Qiqi Duan, Bai Yan, Shi Cheng, Yuhui Shi
TL;DR
This survey addresses the automated design of metaheuristic algorithms by introducing a four module taxonomy that structures the design space, strategies, performance evaluation, and target problems. It consolidates methods across design spaces based on computational primitives and algorithmic operators, and surveys model free and model based design strategies including GP, grammars, Bayesian optimization, reinforcement learning, and LLMs. The report reviews performance metrics, evaluation protocols, and cost reduction techniques, and discusses numerical benchmarks, practical problems, and software platforms (eg, irace, ParamILS, SMAC). It also identifies research trends and calls for deeper experimental/theoretical analyses and broader real world deployments to advance autonomous algorithm design. The work aims to democratize access to high performance metaheuristics and catalyze progress toward autonomous and general AI through systematic synthesis and guidance.
Abstract
Metaheuristics have gained great success in academia and practice because their search logic can be applied to any problem with available solution representation, solution quality evaluation, and certain notions of locality. Manually designing metaheuristic algorithms for solving a target problem is criticized for being laborious, error-prone, and requiring intensive specialized knowledge. This gives rise to increasing interest in automated design of metaheuristic algorithms. With computing power to fully explore potential design choices, the automated design could reach and even surpass human-level design and could make high-performance algorithms accessible to a much wider range of researchers and practitioners. This paper presents a broad picture of automated design of metaheuristic algorithms, by conducting a survey on the common grounds and representative techniques in terms of design space, design strategies, performance evaluation strategies, and target problems in this field.
