Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

updateSMBO

Updates SMBO with the new observations


Description

After a function evaluation you want to update the OptState to get new proposals.

Usage

updateSMBO(opt.state, x, y)

Arguments

opt.state

[OptState] The optimization state. Generated by initSMBO, this function or an mbo run.

x

[data.frame] Named x values. One row per set of x values.

y

[numeric|list] Outcome of the optimization. For multiple results use a list. For a result of a multi-objective function use a numeric vector.

Value


mlrMBO

Bayesian Optimization and Model-Based Optimization of Expensive Black-Box Functions

v1.1.5
BSD_2_clause + file LICENSE
Authors
Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>), Jakob Richter [aut, cre] (<https://orcid.org/0000-0003-4481-5554>), Jakob Bossek [aut] (<https://orcid.org/0000-0002-4121-4668>), Daniel Horn [aut], Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Janek Thomas [aut] (<https://orcid.org/0000-0003-4511-6245>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.