Skip to main content

SequentialSamplingState

Type Alias SequentialSamplingState 

Source
pub type SequentialSamplingState<S, R> = (Vec<S>, Option<R>);
Expand description

Sampler instances and optional backend randomness advanced by one decision pass.