This function complements mlr_acqfunctions with functions in the spirit
of mlr_sugar
from mlr3.
Arguments
- .keys
(
character()
)
Keys passed to the respective dictionary to retrieve multiple objects.- ...
(named
list()
)
Named arguments passed to the constructor, to be set as parameters in the paradox::ParamSet, or to be set as public field. Seemlr3misc::dictionary_sugar_get()
for more details.
Value
List of AcqFunctions
Examples
acqfs(c("ei", "pi", "cb"))
#> $acq_ei
#>
#> ── <AcqFunctionEI> ─────────────────────────────────────────────────────────────
#> • Domain:
#> Empty data.table (0 rows and 5 cols): id,class,lower,upper,nlevels
#> • Codomain:
#> Empty data.table (0 rows and 4 cols): id,class,lower,upper
#> • Constants:
#> id class lower upper nlevels
#> <char> <char> <num> <num> <num>
#> 1: epsilon ParamDbl 0 Inf Inf
#>
#> $acq_pi
#>
#> ── <AcqFunctionPI> ─────────────────────────────────────────────────────────────
#> • Domain:
#> Empty data.table (0 rows and 5 cols): id,class,lower,upper,nlevels
#> • Codomain:
#> Empty data.table (0 rows and 4 cols): id,class,lower,upper
#>
#> $acq_cb
#>
#> ── <AcqFunctionCB> ─────────────────────────────────────────────────────────────
#> • Domain:
#> Empty data.table (0 rows and 5 cols): id,class,lower,upper,nlevels
#> • Codomain:
#> Empty data.table (0 rows and 4 cols): id,class,lower,upper
#> • Constants:
#> id class lower upper nlevels
#> <char> <char> <num> <num> <num>
#> 1: lambda ParamDbl 0 Inf Inf
#>