![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <base_leapfrog.hpp>
Public Member Functions | |
| base_leapfrog (std::ostream *o) | |
| void | evolve (P &z, H &hamiltonian, const double epsilon) |
| void | verbose_evolve (P &z, H &hamiltonian, const double epsilon) |
| virtual void | begin_update_p (P &z, H &hamiltonian, double epsilon)=0 |
| virtual void | update_q (P &z, H &hamiltonian, double epsilon)=0 |
| virtual void | end_update_p (P &z, H &hamiltonian, double epsilon)=0 |
Public Member Functions inherited from stan::mcmc::base_integrator< H, P > | |
| base_integrator (std::ostream *o) | |
Additional Inherited Members | |
Protected Attributes inherited from stan::mcmc::base_integrator< H, P > | |
| std::ostream * | out_stream_ |
Definition at line 13 of file base_leapfrog.hpp.
|
inline |
Definition at line 17 of file base_leapfrog.hpp.
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Implements stan::mcmc::base_integrator< H, P >.
Definition at line 19 of file base_leapfrog.hpp.
|
pure virtual |
|
inline |
Definition at line 30 of file base_leapfrog.hpp.