![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <adapt_unit_e_nuts_classic.hpp>
Additional Inherited Members | |
Public Attributes inherited from stan::mcmc::base_nuts_classic< Model, unit_e_metric, expl_leapfrog, BaseRNG > | |
| int | depth_ |
| int | max_depth_ |
| double | max_delta_ |
| int | n_leapfrog_ |
| int | divergent_ |
| double | energy_ |
Protected Attributes inherited from stan::mcmc::base_hmc< Model, unit_e_metric, expl_leapfrog, BaseRNG > | |
| unit_e_metric< Model, BaseRNG >::PointType | z_ |
| expl_leapfrog< unit_e_metric< Model, BaseRNG > > | integrator_ |
| unit_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_adapter | |
| stepsize_adaptation | stepsize_adaptation_ |
Protected Attributes inherited from stan::mcmc::base_adapter | |
| bool | adapt_flag_ |
Definition at line 16 of file adapt_unit_e_nuts_classic.hpp.
|
inline |
Definition at line 20 of file adapt_unit_e_nuts_classic.hpp.
|
inline |
Definition at line 23 of file adapt_unit_e_nuts_classic.hpp.
|
inlinevirtual |
Reimplemented from stan::mcmc::base_adapter.
Definition at line 41 of file adapt_unit_e_nuts_classic.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_mcmc.
Definition at line 26 of file adapt_unit_e_nuts_classic.hpp.