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