SamplerHierarchical
From paradox v0.1.0
by Michel Lang
SamplerHierarchical Class
Hierarchical sampling for arbitrary param sets with dependencies, where the user specifies 1D samplers per param.
Dependencies are topologically sorted, parameters are then sampled in topological order,
and if dependencies do not hold, values are set to NA
in the resulting data.table
.
- Keywords
- datasets
Format
R6::R6Class inheriting from Sampler.
Construction
smpl = SamplerHierarchical$new(param_set, samplers)
Fields
See Sampler. Additionally, the class provides:
Methods
See Sampler.
See Also
Other Sampler: Sampler1DCateg
,
Sampler1DNormal
,
Sampler1DRfun
, Sampler1DUnif
,
Sampler1D
, SamplerJointIndep
,
SamplerUnif
, Sampler
Community examples
Looks like there are no examples yet.