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

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