TNestedSampler.Sampler

property Sampler: TCustomSampler;

Description

When the TNestedSampler class is instantiated, it requires a separate sampler to forward samples to its own particular GetSample implementation. Thus it is essential that this property is properly set up to point to another sampler (circular references must also be avoided).

See Also

TCustomSampler, TCustomSampler.GetSample, TNestedSampler