Learn R Programming

mlr3mbo (version 0.2.9)

acqfs: Syntactic Sugar Acquisition Functions Construction

Description

This function complements mlr_acqfunctions with functions in the spirit of mlr_sugar from mlr3.

Usage

acqfs(.keys, ...)

Value

List of AcqFunctions

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. See mlr3misc::dictionary_sugar_get() for more details.

Examples

Run this code
acqfs(c("ei", "pi", "cb"))

Run the code above in your browser using DataLab