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.2.8")



Attach the package and use:
library("mlr3mbo")
Maintained by
Lennart Schneider
[Scholar Profile | Author Map]
First Published: 2022-11-18
Latest Update: 2024-03-01
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.2.8, https://cran.r-project.org/web/packages/mlr3mbo. Accessed 14 Mar. 2025.
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)
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
02/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/13Downloads for mlr3mbo20406080100120140160180200220240260280TrendBars

Today's Hot Picks in Authors and Packages

waveband  
Computes Credible Intervals for Bayesian Wavelet Shrinkage
Computes Bayesian wavelet shrinkage credible intervals for nonparametric regression. The method us ...
Download / Learn more Package Citations See dependency  
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  
HandTill2001  
Multiple Class Area under ROC Curve
An S4 implementation of Eq. (3) and Eq. (7) by David J. Hand and Robert J. Till (2001) ...
Download / Learn more Package Citations See dependency  
fhircrackr  
Handling HL7 FHIR® Resources in R
Useful tools for conveniently downloading FHIR resources in xml format and converting them to R dat ...
Download / Learn more Package Citations See dependency  
repello  
Reports from Trello in R
Creates reports from Trello, a collaborative, project organization and list-making application. ...
Download / Learn more Package Citations See dependency  
mlr3fairness  
Fairness Auditing and Debiasing for 'mlr3'
Integrates fairness auditing and bias mitigation methods for the 'mlr3' ecosystem. This includes ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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