1 #ifndef STAN_MCMC_HMC_NUTS_SOFTABS_XHMC_HPP
2 #define STAN_MCMC_HMC_NUTS_SOFTABS_XHMC_HPP
15 template <
class Model,
class BaseRNG>
18 impl_leapfrog, BaseRNG> {
22 BaseRNG>(model, rng) { }
Exhaustive Hamiltonian Monte Carlo (XHMC) with multinomial sampling.
Probability, optimization and sampling library.
softabs_xhmc(const Model &model, BaseRNG &rng)
Exhausive Hamiltonian Monte Carlo (XHMC) with multinomial sampling with a Gaussian-Riemannian disinte...