Stan  2.10.0
probability, sampling & optimization
softabs_xhmc.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_NUTS_SOFTABS_XHMC_HPP
2 #define STAN_MCMC_HMC_NUTS_SOFTABS_XHMC_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
15  template <class Model, class BaseRNG>
17  : public base_xhmc<Model, softabs_metric,
18  impl_leapfrog, BaseRNG> {
19  public:
20  softabs_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.
softabs_xhmc(const Model &model, BaseRNG &rng)
Exhausive Hamiltonian Monte Carlo (XHMC) with multinomial sampling with a Gaussian-Riemannian disinte...

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