Uniform
- class Uniform[source]
Bases:
AbstractOneShotSamplerSampler using uniform random sampling.
- init(eval_fn, d, key, options)
Initialize the sampler state and perform the first evaluations.
- Return type:
SamplerState
- step(eval_fn, d, state, key, options)
Perform one iteration of the sampling algorithm.
- Return type:
SamplerState