paper-with-me

Papers

Benchmarking Feature-based Algorithm Selection Systems for Black-box Numerical Optimization

2021-09-17 · Ryoji Tanabe

Feature-based algorithm selection aims to automatically find the best one from a portfolio of optimization algorithms on an unseen problem based on its landscape features. Feature-based algorithm selection has recently received attention in the research field of black-box numerical optimization. However, there is still room for analysis of algorithm selection for black-box optimization. Most previous studies have focused only on whether an algorithm selection system can outperform the single-best solver in a portfolio. In addition, a benchmarking methodology for algorithm selection systems has not been well investigated in the literature. In this context, this paper analyzes algorithm selection systems on the 24 noiseless black-box optimization benchmarking functions. First, we demonstrate that the first successful performance measure is more reliable than the expected runtime measure for benchmarking algorithm selection systems. Then, we examine the influence of randomness on the performance of algorithm selection systems. We also show that the performance of algorithm selection systems can be significantly improved by using sequential least squares programming as a pre-solver. We point out that the difficulty of outperforming the single-best solver depends on algorithm portfolios, cross-validation methods, and dimensions. Finally, we demonstrate that the effectiveness of algorithm portfolios depends on various factors. These findings provide fundamental insights for algorithm selection for black-box optimization.

📄 PDF Abstract BibTeX arXiv:2109.08377

Code (1)

ryojitanabe/as_bbo 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

CoNES: Convex Natural Evolutionary Strategies

2020-07-16 · Sushant Veer, Anirudha Majumdar

We present a novel algorithm -- convex natural evolutionary strategies (CoNES) -- for optimizing high-dimensional blackbox functions by leveraging tools from convex optimization and information geometry. CoNES is formula…

BenchmarkingMuJoCoreinforcement-learningReinforcement Learning (RL)

featsel: A framework for benchmarking of feature selection algorithms and cost functions

2017-07-19 · Marcelo S. Reis, Gustavo Estrela, Carlos E. Ferreira, Junior Barrera

In this paper, we introduce featsel, a framework for benchmarking of feature selection algorithms and cost functions. This framework allows the user to deal with the search space as a Boolean lattice and has its core cod…

BenchmarkingComputational Efficiencyfeature selection

Black-Box Optimization Revisited: Improving Algorithm Selection Wizards through Massive Benchmarking

2020-10-08 · Laurent Meunier, Herilalaina Rakotoarison, Pak Kan Wong, Baptiste Roziere 외

Existing studies in black-box optimization for machine learning suffer from low generalizability, caused by a typically selective choice of problem instances used for training and testing different optimization algorithm…

Benchmarking

The Pitfalls of Benchmarking in Algorithm Selection: What We Are Getting Wrong

2025-05-12 · Gašper Petelin, Gjorgjina Cenikj

Algorithm selection, aiming to identify the best algorithm for a given problem, plays a pivotal role in continuous black-box optimization. A common approach involves representing optimization functions using a set of fea…

Benchmarking

MA-BBOB: Many-Affine Combinations of BBOB Functions for Evaluating AutoML Approaches in Noiseless Numerical Black-Box Optimization Contexts

2023-06-18 · Diederick Vermetten, Furong Ye, Thomas Bäck, Carola Doerr

Extending a recent suggestion to generate new instances for numerical black-box optimization benchmarking by interpolating pairs of the well-established BBOB functions from the COmparing COntinuous Optimizers (COCO) plat…

AutoMLBenchmarking