Stan  2.10.0
probability, sampling & optimization
softabs_nuts.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_NUTS_SOFTABS_NUTS_HPP
2 #define STAN_MCMC_HMC_NUTS_SOFTABS_NUTS_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
15  template <class Model, class BaseRNG>
17  : public base_nuts<Model, softabs_metric,
18  impl_leapfrog, BaseRNG> {
19  public:
20  softabs_nuts(const Model& model, BaseRNG& rng)
22  BaseRNG>(model, rng) { }
23  };
24 
25  } // mcmc
26 } // stan
27 #endif
The No-U-Turn sampler (NUTS) with multinomial sampling with a Gaussian-Riemannian disintegration and ...
Probability, optimization and sampling library.
The No-U-Turn sampler (NUTS) with multinomial sampling.
Definition: base_nuts.hpp:22
softabs_nuts(const Model &model, BaseRNG &rng)

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