This function allows to construct a SurrogateLearnerCollection in the spirit
of mlr_sugar from mlr3.
Arguments
- learners
(List of mlr3::LearnerRegr)
mlr3::LearnerRegr that are to be used.- archive
(
NULL| bbotk::Archive)
bbotk::Archive of the bbotk::OptimInstance used. Can also beNULL.- x_cols
(
NULL|character())
Names of columns in the bbotk::Archive that should be used as features. Can also beNULL.- y_cols
(
NULL|character())
Names of the columns in the bbotk::Archive that should be used as targets. Can also beNULL.- ...
(named
list())
Named arguments passed to the constructor, to be set as parameters in the paradox::ParamSet.