How Sequential Algorithm Portfolios can benefit Black Box Optimization
Catalin-Viorel Dinu, Diederick Vermetten, Carola Doerr
TL;DR
This work addresses the inefficiency of committing to a single optimizer in black-box optimization by introducing sequential budget-heterogeneous portfolios that allocate a fixed budget across multiple algorithms. A data-driven greedy approach, augmented with a budget-penalty, constructs portfolios that exploit algorithm complementarity and variance reduction, achieving consistent improvements over single-algorithm baselines on the COCO/BBOB benchmark. Analyses across diverse settings reveal a backbone generalist (e.g., $\\ellq$-CMA-ES) complemented by specialists, with restart dynamics emerging as a key driver of performance. The findings suggest practical benefits for restart strategies and warm-started execution, and point to integration opportunities with AutoML pipelines for robust, adaptive optimization.
Abstract
In typical black-box optimization applications, the available computational budget is often allocated to a single algorithm, typically chosen based on user preference with limited knowledge about the problem at hand or according to some expert knowledge. However, we show that splitting the budget across several algorithms yield significantly better results. This approach benefits from both algorithm complementarity across diverse problems and variance reduction within individual functions, and shows that algorithm portfolios do NOT require parallel evaluation capabilities. To demonstrate the advantage of sequential algorithm portfolios, we apply it to the COCO data archive, using over 200 algorithms evaluated on the BBOB test suite. The proposed sequential portfolios consistently outperform single-algorithm baselines, achieving relative performance gains of over 14%, and offering new insights into restart mechanisms and potential for warm-started execution strategies.
