Stan  2.10.0
probability, sampling & optimization
softabs_static_uniform.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_STATIC_UNIFORM_SOFTABS_STATIC_UNIFORM_HPP
2 #define STAN_MCMC_HMC_STATIC_UNIFORM_SOFTABS_STATIC_UNIFORM_HPP
3 
8 
9 namespace stan {
10  namespace mcmc {
16  template <typename Model, class BaseRNG>
18  : public base_static_uniform<Model, softabs_metric,
19  impl_leapfrog, BaseRNG> {
20  public:
21  softabs_static_uniform(const Model& model, BaseRNG& rng):
23  impl_leapfrog, BaseRNG>(model, rng) {
24  }
25  };
26  } // mcmc
27 } // stan
28 
29 #endif
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integra...
Probability, optimization and sampling library.
Hamiltonian Monte Carlo implementation that uniformly samples from trajectories with a static integra...
softabs_static_uniform(const Model &model, BaseRNG &rng)

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