raxpy automates space-filling experimental design for Python functions with optional and hierarchical inputs, and its FSS-LHD-VP-MP algorithm ranks best on the paper's internal metrics.
mlrMBO: A Modular Framework for Model-Based Optimization of Expensive Black-Box Functions
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present mlrMBO, a flexible and comprehensive R toolbox for model-based optimization (MBO), also known as Bayesian optimization, which addresses the problem of expensive black-box optimization by approximating the given objective function through a surrogate regression model. It is designed for both single- and multi-objective optimization with mixed continuous, categorical and conditional parameters. Additional features include multi-point batch proposal, parallelization, visualization, logging and error-handling. mlrMBO is implemented in a modular fashion, such that single components can be easily replaced or adapted by the user for specific use cases, e.g., any regression learner from the mlr toolbox for machine learning can be used, and infill criteria and infill optimizers are easily exchangeable. We empirically demonstrate that mlrMBO provides state-of-the-art performance by comparing it on different benchmark scenarios against a wide range of other optimizers, including DiceOptim, rBayesianOptimization, SPOT, SMAC, Spearmint, and Hyperopt.
fields
cs.MS 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Rapid Experimentation with Python Considering Optional and Hierarchical Inputs
raxpy automates space-filling experimental design for Python functions with optional and hierarchical inputs, and its FSS-LHD-VP-MP algorithm ranks best on the paper's internal metrics.