Package jdistlib.inference
Interface Sampler
- All Known Subinterfaces:
ResumableSampler
- All Known Implementing Classes:
AdjustedMicrocanonicalLangevin,BarkerGradientSampler,ComponentWiseMetropolis,EllipticalSliceSampler,GibbsSampler,HamiltonianMonteCarlo,HybridSampler,MetropolisAdjustedLangevin,NoUTurnSampler,RandomWalkMetropolis,SliceSampler
public interface Sampler
Common contract for a reproducible MCMC chain.
-
Method Summary
Modifier and TypeMethodDescriptionsample(LogDensity target, double[] initialState, SamplingOptions options, RandomEngine random)
-
Method Details
-
sample
ChainResult sample(LogDensity target, double[] initialState, SamplingOptions options, RandomEngine random)
-