Sampler1DUnif: Sampler1DUnif Class

Sampler1DUnifR Documentation

Sampler1DUnif Class

Description

Uniform random sampler for arbitrary (bounded) parameters.

Super classes

paradox::Sampler -> paradox::Sampler1D -> Sampler1DUnif

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
Sampler1DUnif$new(param)
Arguments
param

(ParamSet)
Domain / support of the distribution we want to sample from. Must be one-dimensional.


Method clone()

The objects of this class are cloneable with this method.

Usage
Sampler1DUnif$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Sampler: Sampler1DCateg, Sampler1DNormal, Sampler1DRfun, Sampler1D, SamplerHierarchical, SamplerJointIndep, SamplerUnif, Sampler


mlr-org/phng documentation built on April 22, 2024, 4:34 p.m.