| SamplerUnif | R Documentation | 
Uniform random sampling for an arbitrary (bounded) ParamSet. Constructs 1 uniform sampler per parameter, then passes them to SamplerHierarchical. Hence, also works for ParamSets sets with dependencies.
paradox::Sampler -> paradox::SamplerHierarchical -> SamplerUnif
new()Creates a new instance of this R6 class.
SamplerUnif$new(param_set)
param_set(ParamSet)
The ParamSet to associated with this SamplerUnif.
clone()The objects of this class are cloneable with this method.
SamplerUnif$clone(deep = FALSE)
deepWhether to make a deep clone.
Other Sampler: 
Sampler,
Sampler1D,
Sampler1DCateg,
Sampler1DNormal,
Sampler1DRfun,
Sampler1DUnif,
SamplerHierarchical,
SamplerJointIndep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.