Skip to contents

Retrieve multiple space samplers from mlr_space_samplers.

Usage

clx_spss(.keys, ...)

Arguments

.keys

(character())
Keys passed to mlr_space_samplers.

...

(named list())
Named arguments passed to the constructor, to the parameter set, or to public fields. See mlr3misc::dictionary_sugar_mget() for details.

Value

Named list of SpaceSampler objects.

Examples

clx_spss(c("uniform", "gsx"))
#> $uniform
#> <SpaceSamplerUniform:uniform> 
#> 
#> $gsx.standardize
#> <SpaceSamplerGSx:gsx.standardize> 
#>