mlr_result_assigners {mlr3mbo} | R Documentation |
Dictionary of Result Assigners
Description
A simple mlr3misc::Dictionary storing objects of class ResultAssigner.
Each acquisition function has an associated help page, see mlr_result_assigners_[id]
.
For a more convenient way to retrieve and construct an acquisition function, see ras()
.
Format
R6::R6Class object inheriting from mlr3misc::Dictionary.
Methods
See mlr3misc::Dictionary.
See Also
Sugar function: ras()
Other Dictionary:
mlr_acqfunctions
,
mlr_loop_functions
Other Result Assigner:
ResultAssigner
,
mlr_result_assigners_archive
,
mlr_result_assigners_surrogate
Examples
library(data.table)
as.data.table(mlr_result_assigners)
ras("archive")
[Package mlr3mbo version 0.2.4 Index]