HMCSampler

Hamiltonian MCMC sampler

Constructors

ConstructorDescription
new()
Signature: unit -> HMCSampler

Static members

Static memberDescription
Sample(n, hdelta, hsteps, x0, f)
Signature: (n:int * hdelta:D * hsteps:int * x0:DV * f:(DV -> D)) -> DV []