Retrieve multiple space samplers from mlr_space_samplers.
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. Seemlr3misc::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>
#>