Stan  2.10.0
probability, sampling & optimization
dense_e_xhmc.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_NUTS_DENSE_E_XHMC_HPP
2 #define STAN_MCMC_HMC_NUTS_DENSE_E_XHMC_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
15  template <class Model, class BaseRNG>
17  : public base_xhmc<Model, dense_e_metric,
18  expl_leapfrog, BaseRNG> {
19  public:
20  dense_e_xhmc(const Model& model, BaseRNG& rng)
22  BaseRNG>(model, rng) { }
23  };
24 
25  } // mcmc
26 } // stan
27 #endif
dense_e_xhmc(const Model &model, BaseRNG &rng)
Exhaustive Hamiltonian Monte Carlo (XHMC) with multinomial sampling.
Definition: base_xhmc.hpp:59
Probability, optimization and sampling library.
Exhausive Hamiltonian Monte Carlo (XHMC) with multinomial sampling with a Gaussian-Euclidean disinteg...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.