![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <adapt_unit_e_static_hmc.hpp>
Public Member Functions | |
| adapt_unit_e_static_hmc (M &m, BaseRNG &rng, std::ostream *o=&std::cout, std::ostream *e=0) | |
| ~adapt_unit_e_static_hmc () | |
| sample | transition (sample &init_sample) |
| void | disengage_adaptation () |
Public Member Functions inherited from stan::mcmc::unit_e_static_hmc< M, BaseRNG > | |
| unit_e_static_hmc (M &m, BaseRNG &rng, std::ostream *o=&std::cout, std::ostream *e=0) | |
Public Member Functions inherited from stan::mcmc::base_static_hmc< M, unit_e_point, unit_e_metric, expl_leapfrog, BaseRNG > | |
| base_static_hmc (M &m, BaseRNG &rng, std::ostream *o, std::ostream *e) | |
| ~base_static_hmc () | |
| sample | transition (sample &init_sample) |
| void | write_sampler_param_names (std::ostream &o) |
| void | write_sampler_params (std::ostream &o) |
| void | get_sampler_param_names (std::vector< std::string > &names) |
| void | get_sampler_params (std::vector< double > &values) |
| void | set_nominal_stepsize_and_T (const double e, const double t) |
| void | set_nominal_stepsize_and_L (const double e, const int l) |
| void | set_T (const double t) |
| void | set_nominal_stepsize (const double e) |
| double | get_T () |
| int | get_L () |
Public Member Functions inherited from stan::mcmc::base_hmc< M, unit_e_point, unit_e_metric, expl_leapfrog, BaseRNG > | |
| base_hmc (M &m, BaseRNG &rng, std::ostream *o, std::ostream *e) | |
| void | write_sampler_state (std::ostream *o) |
| void | get_sampler_diagnostic_names (std::vector< std::string > &model_names, std::vector< std::string > &names) |
| void | get_sampler_diagnostics (std::vector< double > &values) |
| void | seed (const Eigen::VectorXd &q) |
| void | init_stepsize () |
| unit_e_point & | z () |
| double | get_nominal_stepsize () |
| double | get_current_stepsize () |
| virtual void | set_stepsize_jitter (const double j) |
| double | get_stepsize_jitter () |
| void | sample_stepsize () |
Public Member Functions inherited from stan::mcmc::base_mcmc | |
| base_mcmc (std::ostream *o, std::ostream *e) | |
| virtual | ~base_mcmc () |
| std::string | name () |
Public Member Functions inherited from stan::mcmc::stepsize_adapter | |
| stepsize_adapter () | |
| stepsize_adaptation & | get_stepsize_adaptation () |
Public Member Functions inherited from stan::mcmc::base_adapter | |
| base_adapter () | |
| virtual void | engage_adaptation () |
| bool | adapting () |
Additional Inherited Members | |
Protected Member Functions inherited from stan::mcmc::base_static_hmc< M, unit_e_point, unit_e_metric, expl_leapfrog, BaseRNG > | |
| void | update_L_ () |
Protected Attributes inherited from stan::mcmc::base_static_hmc< M, unit_e_point, unit_e_metric, expl_leapfrog, BaseRNG > | |
| double | T_ |
| int | L_ |
Protected Attributes inherited from stan::mcmc::base_hmc< M, unit_e_point, unit_e_metric, expl_leapfrog, BaseRNG > | |
| unit_e_point | z_ |
| expl_leapfrog< unit_e_metric < M, BaseRNG >, unit_e_point > | integrator_ |
| unit_e_metric< M, 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::base_mcmc | |
| std::string | name_ |
| std::ostream * | out_stream_ |
| std::ostream * | err_stream_ |
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 17 of file adapt_unit_e_static_hmc.hpp.
|
inline |
Definition at line 22 of file adapt_unit_e_static_hmc.hpp.
|
inline |
Definition at line 26 of file adapt_unit_e_static_hmc.hpp.
|
inlinevirtual |
Reimplemented from stan::mcmc::base_adapter.
Definition at line 41 of file adapt_unit_e_static_hmc.hpp.
|
inlinevirtual |
Implements stan::mcmc::base_mcmc.
Definition at line 28 of file adapt_unit_e_static_hmc.hpp.