AbstractOneShotSampler
- class AbstractOneShotSampler[source]
Bases:
AbstractSamplerOne-shot samplers generate all points immediately during init. step is effectively a no-op, and terminate always returns True.
- init(eval_fn, d, key, options)[source]
Initialize the sampler state and perform the first evaluations.
- Return type:
SamplerState