Function to construct a OptimInstanceBatchSingleCrit and OptimInstanceBatchMultiCrit.
oi(
objective,
search_space = NULL,
terminator,
callbacks = NULL,
check_values = TRUE,
keep_evals = "all"
)
(Objective)
Objective function.
(paradox::ParamSet)
Specifies the search space for the Optimizer. The paradox::ParamSet
describes either a subset of the domain
of the Objective or it describes
a set of parameters together with a trafo
function that transforms values
from the search space to values of the domain. Depending on the context, this
value defaults to the domain of the objective.
Terminator
Termination criterion.
(list of mlr3misc::Callback)
List of callbacks.
(logical(1)
)
Should points before the evaluation and the results be checked for validity?
(character(1)
)
Keep all
or only best
evaluations in archive?