1 #ifndef STAN_MCMC_HMC_NUTS_SOFTABS_NUTS_HPP
2 #define STAN_MCMC_HMC_NUTS_SOFTABS_NUTS_HPP
15 template <
class Model,
class BaseRNG>
18 impl_leapfrog, BaseRNG> {
22 BaseRNG>(model, rng) { }
The No-U-Turn sampler (NUTS) with multinomial sampling with a Gaussian-Riemannian disintegration and ...
Probability, optimization and sampling library.
The No-U-Turn sampler (NUTS) with multinomial sampling.
softabs_nuts(const Model &model, BaseRNG &rng)