paper-with-me

홈 › Papers

Towards Automated Design of Bayesian Optimization via Exploratory Landscape Analysis

2022-11-17 · Carolin Benjamins, Anja Jankovic, Elena Raponi, Koen van der Blom, Marius Lindauer, Carola Doerr

Bayesian optimization (BO) algorithms form a class of surrogate-based heuristics, aimed at efficiently computing high-quality solutions for numerical black-box optimization problems. The BO pipeline is highly modular, with different design choices for the initial sampling strategy, the surrogate model, the acquisition function (AF), the solver used to optimize the AF, etc. We demonstrate in this work that a dynamic selection of the AF can benefit the BO design. More precisely, we show that already a na\"ive random forest regression model, built on top of exploratory landscape analysis features that are computed from the initial design points, suffices to recommend AFs that outperform any static choice, when considering performance over the classic BBOB benchmark suite for derivative-free numerical optimization methods on the COCO platform. Our work hence paves a way towards AutoML-assisted, on-the-fly BO designs that adjust their behavior on a run-by-run basis.

📄 PDF Abstract BibTeX arXiv:2211.09678

Code (1)

automl/bo-afs 공식 구현

Tasks

AutoMLBayesian Optimization

Similar Papers 제목 키워드 기반

Exploratory Landscape Analysis for Mixed-Variable Problems

2024-02-26 · Raphael Patrick Prager, Heike Trautmann

Exploratory landscape analysis and fitness landscape analysis in general have been pivotal in facilitating problem understanding, algorithm design and endeavors such as automated algorithm selection and configuration. Th…

Hyperparameter Optimization

DoE2Vec: Deep-learning Based Features for Exploratory Landscape Analysis

2023-03-31 · Bas van Stein, Fu Xing Long, Moritz Frenzel, Peter Krause 외

We propose DoE2Vec, a variational autoencoder (VAE)-based methodology to learn optimization landscape characteristics for downstream meta-learning tasks, e.g., automated selection of optimization algorithms. Principally,…

Deep LearningFeature EngineeringMeta-Learning

RuleSmith: Multi-Agent LLMs for Automated Game Balancing

2026-02-05 · Ziyao Zeng, Chen Liu, Tianyu Liu, Hao Wang 외 arxiv

Game balancing is a longstanding challenge requiring repeated playtesting, expert intuition, and extensive manual tuning. We introduce RuleSmith, the first framework that achieves automated game balancing by leveraging t…

Automated Algorithm Selection on Continuous Black-Box Problems By Combining Exploratory Landscape Analysis and Machine Learning

2017-11-24 · Pascal Kerschke, Heike Trautmann

In this paper, we build upon previous work on designing informative and efficient Exploratory Landscape Analysis features for characterizing problems' landscapes and show their effectiveness in automatically constructing…

BIG-bench Machine Learning

Deep-ELA: Deep Exploratory Landscape Analysis with Self-Supervised Pretrained Transformers for Single- and Multi-Objective Continuous Optimization Problems

2024-01-02 · Moritz Vinzent Seiler, Pascal Kerschke, Heike Trautmann

In many recent works, the potential of Exploratory Landscape Analysis (ELA) features to numerically characterize, in particular, single-objective continuous optimization problems has been demonstrated. These numerical fe…

Property Prediction