paper-with-me

Papers

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

2021-09-20 · Marius Lindauer, Katharina Eggensperger, Matthias Feurer, André Biedenkapp, Difan Deng, Carolin Benjamins, Tim Ruhopf, René Sass, Frank Hutter

Algorithm parameters, in particular hyperparameters of machine learning algorithms, can substantially impact their performance. To support users in determining well-performing hyperparameter configurations for their algorithms, datasets and applications at hand, SMAC3 offers a robust and flexible framework for Bayesian Optimization, which can improve performance within a few evaluations. It offers several facades and pre-sets for typical use cases, such as optimizing hyperparameters, solving low dimensional continuous (artificial) global optimization problems and configuring algorithms to perform well across multiple problem instances. The SMAC3 package is available under a permissive BSD-license at https://github.com/automl/SMAC3.

📄 PDF Abstract BibTeX arXiv:2109.09831

Code (1)

automl/SMAC3 공식 구현

Tasks

AutoMLBayesian Optimizationglobal-optimizationHyperparameter Optimization

Similar Papers 제목 키워드 기반

On the Performance of Differential Evolution for Hyperparameter Tuning

2019-04-15 · Mischa Schmidt, Shahd Safarani, Julia Gastinger, Tobias Jacobs 외

Automated hyperparameter tuning aspires to facilitate the application of machine learning for non-experts. In the literature, different optimization approaches are applied for that purpose. This paper investigates the pe…

Bayesian OptimizationBIG-bench Machine LearningSMACSMAC+

Optimization with SpotOptim

2026-04-15 · Thomas Bartz-Beielstein arxiv

The spotoptim package implements surrogate-model-based optimization of expensive black-box functions in Python. Building on two decades of Sequential Parameter Optimization (SPO) methodology, it provides a Kriging-based …

Selecting Hyperparameters for Tree-Boosting

2026-02-05 · Floris Jan Koster, Fabio Sigrist arxiv

Tree-boosting is a widely used machine learning technique for tabular data. However, its out-of-sample accuracy is critically dependent on multiple hyperparameters. In this article, we empirically compare several popular…

Hyperparameter Optimization

Efficient Hyperparameter Optimization of Deep Learning Algorithms Using Deterministic RBF Surrogates

2016-07-28 · Ilija Ilievski, Taimoor Akhtar, Jiashi Feng, Christine Annette Shoemaker

Automatically searching for optimal hyperparameter configurations is of crucial importance for applying deep learning algorithms in practice. Recently, Bayesian optimization has been proposed for optimizing hyperparamete…

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationSMAC+1

Enhancing Performance and Calibration in Quantile Hyperparameter Optimization

2025-09-21 · Riccardo Doyle arxiv

Bayesian hyperparameter optimization relies heavily on Gaussian Process (GP) surrogates, due to robust distributional posteriors and strong performance on limited training samples. GPs however underperform in categorical…

Hyperparameter Optimization