![]() |
Stan
2.14.0
probability, sampling & optimization
|
Hamiltonian Monte Carlo implementation using the endpoint of trajectories with a static integration time with a Gaussian-Euclidean disintegration and adative dense metric and adaptive step size. More...
#include <adapt_dense_e_static_hmc.hpp>
Additional Inherited Members | |
Protected Member Functions inherited from stan::mcmc::base_static_hmc< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| void | update_L_ () |
Protected Attributes inherited from stan::mcmc::base_static_hmc< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| double | T_ |
| int | L_ |
| double | energy_ |
Protected Attributes inherited from stan::mcmc::base_hmc< Model, dense_e_metric, expl_leapfrog, BaseRNG > | |
| dense_e_metric< Model, BaseRNG >::PointType | z_ |
| expl_leapfrog< dense_e_metric< Model, BaseRNG > > | integrator_ |
| dense_e_metric< Model, BaseRNG > | hamiltonian_ |
| BaseRNG & | rand_int_ |
| boost::uniform_01< BaseRNG &> | rand_uniform_ |
| double | nom_epsilon_ |
| double | epsilon_ |
| double | epsilon_jitter_ |
Protected Attributes inherited from stan::mcmc::stepsize_covar_adapter | |
| stepsize_adaptation | stepsize_adaptation_ |
| covar_adaptation | covar_adaptation_ |
Protected Attributes inherited from stan::mcmc::base_adapter | |
| bool | adapt_flag_ |
Hamiltonian Monte Carlo implementation using the endpoint of trajectories with a static integration time with a Gaussian-Euclidean disintegration and adative dense metric and adaptive step size.
Definition at line 17 of file adapt_dense_e_static_hmc.hpp.
|
inline |
Definition at line 20 of file adapt_dense_e_static_hmc.hpp.
|
inline |
Definition at line 24 of file adapt_dense_e_static_hmc.hpp.
|
inlinevirtual |
Reimplemented from stan::mcmc::base_adapter.
Definition at line 54 of file adapt_dense_e_static_hmc.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_mcmc.
Definition at line 27 of file adapt_dense_e_static_hmc.hpp.