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

initCrit

Initialize an MBO infill criterion.


Description

Some infill criteria have parameters that are dependent on values in the parameter set, design, used learner or other control settings. To actually set these default values, this function is called, which returns a fully initialized [MBOInfillCrit]. This function is mainly for internal use. If a custom infill criterion is created, it may be required to create a separate method initCrit.InfillCritID where ID is the id of the custom MBOInfillCrit.

Usage

initCrit(crit, fun, design, learner, control)

Arguments

crit

[MBOInfillCrit]
Uninitialized infill criterion.

fun

[smoof_function]
Fitness function to optimize.

design

Sampling plan.

learner

[Learner]
Regression learner from mlr, which is used as a surrogate to model our fitness function.

control

[MBOControl]
MBO control object.

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.