Other packages > Find by keyword >

mlr3mbo  

Flexible Bayesian Optimization
View on CRAN: Click here


Download and install mlr3mbo package within the R console
Install from CRAN:
install.packages("mlr3mbo")

Install from Github:
library("remotes")
install_github("cran/mlr3mbo")

Install by package version:
library("remotes")
install_version("mlr3mbo", "0.3.3")



Attach the package and use:
library("mlr3mbo")
Maintained by
Lennart Schneider
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-11-18
Latest Update: 2025-08-22
Description:
A modern and flexible approach to Bayesian Optimization / Model Based Optimization building on the 'bbotk' package. 'mlr3mbo' is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using 'mlr3mbo' for hyperparameter optimization of machine learning models within the 'mlr3' ecosystem is straightforward via 'mlr3tuning'. Examples of ready-to-use optimization algorithms include Efficient Global Optimization by Jones et al. (1998) , ParEGO by Knowles (2006) and SMS-EGO by Ponweiser et al. (2008) .
How to cite:
Lennart Schneider (2022). mlr3mbo: Flexible Bayesian Optimization. R package version 0.3.3, https://cran.r-project.org/web/packages/mlr3mbo. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.1.1 (2022-11-18 11:40), 0.1.2 (2023-03-03 01:20), 0.2.1 (2023-06-05 13:00), 0.2.2 (2024-03-01 20:40), 0.2.3 (2024-07-01 10:50), 0.2.4 (2024-07-06 19:10), 0.2.5 (2024-09-25 00:00), 0.2.6 (2024-10-16 19:30), 0.2.7 (2024-11-15 17:50), 0.2.8 (2024-11-21 22:30), 0.2.9 (2025-03-04 10:10), 0.3.0 (2025-06-03 16:50), 0.3.1 (2025-08-19 11:00), 0.3.2 (2025-10-02 07:10), 0.3.3 (2025-10-10 09:50)
Other packages that cited mlr3mbo R package
View mlr3mbo citation profile
Other R packages that mlr3mbo depends, imports, suggests or enhances
Complete documentation for mlr3mbo
Functions, R codes and Examples using the mlr3mbo R package
Some associated functions: AcqFunction . AcqOptimizer . ResultAssigner . Surrogate . SurrogateLearner . SurrogateLearnerCollection . acqf . acqo . default_acqfunction . default_acqoptimizer . default_loop_function . default_result_assigner . default_surrogate . loop_function . mbo_defaults . mlr3mbo-package . mlr_acqfunctions . mlr_acqfunctions_aei . mlr_acqfunctions_cb . mlr_acqfunctions_ehvi . mlr_acqfunctions_ehvigh . mlr_acqfunctions_ei . mlr_acqfunctions_eips . mlr_acqfunctions_mean . mlr_acqfunctions_pi . mlr_acqfunctions_sd . mlr_acqfunctions_smsego . mlr_loop_functions . mlr_loop_functions_ego . mlr_loop_functions_emo . mlr_loop_functions_mpcl . mlr_loop_functions_parego . mlr_loop_functions_smsego . mlr_optimizers_mbo . mlr_result_assigners . mlr_result_assigners_archive . mlr_result_assigners_surrogate . mlr_tuners_mbo . ras . srlrn . 
Some associated R codes: AcqFunction.R . AcqFunctionAEI.R . AcqFunctionCB.R . AcqFunctionEHVI.R . AcqFunctionEHVIGH.R . AcqFunctionEI.R . AcqFunctionEIPS.R . AcqFunctionMean.R . AcqFunctionPI.R . AcqFunctionSD.R . AcqFunctionSmsEgo.R . AcqOptimizer.R . OptimizerMbo.R . ResultAssigner.R . ResultAssignerArchive.R . ResultAssignerSurrogate.R . Surrogate.R . SurrogateLearner.R . SurrogateLearnerCollection.R . TunerMbo.R . aaa.R . bayesopt_ego.R . bayesopt_emo.R . bayesopt_mpcl.R . bayesopt_parego.R . bayesopt_smsego.R . bibentries.R . helper.R . loop_function.R . mbo_defaults.R . mlr_acqfunctions.R . mlr_loop_functions.R . mlr_result_assigners.R . sugar.R . zzz.R .  Full mlr3mbo package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA