paper-with-me

홈 › Papers

MA-BBOB: A Problem Generator for Black-Box Optimization Using Affine Combinations and Shifts

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

Choosing a set of benchmark problems is often a key component of any empirical evaluation of iterative optimization heuristics. In continuous, single-objective optimization, several sets of problems have become widespread, including the well-established BBOB suite. While this suite is designed to enable rigorous benchmarking, it is also commonly used for testing methods such as algorithm selection, which the suite was never designed around. We present the MA-BBOB function generator, which uses the BBOB suite as component functions in an affine combination. In this work, we describe the full procedure to create these affine combinations and highlight the trade-offs of several design decisions, specifically the choice to place the optimum uniformly at random in the domain. We then illustrate how this generator can be used to gain more low-level insight into the function landscapes through the use of exploratory landscape analysis. Finally, we show a potential use-case of MA-BBOB in generating a wide set of training and testing data for algorithm selectors. Using this setup, we show that the basic scheme of using a set of landscape features to predict the best algorithm does not lead to optimal results, and that an algorithm selector trained purely on the BBOB functions generalizes poorly to the affine combinations.

📄 PDF Abstract BibTeX arXiv:2312.11083

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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

Impact of Training Instance Selection on Automated Algorithm Selection Models for Numerical Black-box Optimization

2024-04-11 · Konstantin Dietrich, Diederick Vermetten, Carola Doerr, Pascal Kerschke

The recently proposed MA-BBOB function generator provides a way to create numerical black-box benchmark problems based on the well-established BBOB suite. Initial studies on this generator highlighted its ability to smoo…

Diversity

Landscape-Aware Automated Algorithm Configuration using Multi-output Mixed Regression and Classification

2024-09-02 · Fu Xing Long, Moritz Frenzel, Peter Krause, Markus Gitterle 외

In landscape-aware algorithm selection problem, the effectiveness of feature-based predictive models strongly depends on the representativeness of training data for practical applications. In this work, we investigate th…

Benchmarking

HPO X ELA: Investigating Hyperparameter Optimization Landscapes by Means of Exploratory Landscape Analysis

2022-07-30 · Lennart Schneider, Lennart Schäpermeier, Raphael Patrick Prager, Bernd Bischl 외

Hyperparameter optimization (HPO) is a key component of machine learning models for achieving peak predictive performance. While numerous methods and algorithms for HPO have been proposed over the last years, little prog…

Hyperparameter Optimization

Versatile Black-Box Optimization

2020-04-29 · Jialin Liu, Antoine Moreau, Mike Preuss, Baptiste Roziere 외

Choosing automatically the right algorithm using problem descriptors is a classical component of combinatorial optimization. It is also a good tool for making evolutionary algorithms fast, robust and versatile. We presen…

Combinatorial OptimizationEvolutionary Algorithms