Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Protected Attributes | List of all members
stan::mcmc::stepsize_adapter Class Reference

#include <stepsize_adapter.hpp>

Inheritance diagram for stan::mcmc::stepsize_adapter:
stan::mcmc::base_adapter stan::mcmc::adapt_softabs_nuts< Model, BaseRNG > stan::mcmc::adapt_softabs_static_hmc< Model, BaseRNG > stan::mcmc::adapt_softabs_static_uniform< Model, BaseRNG > stan::mcmc::adapt_softabs_xhmc< Model, BaseRNG > stan::mcmc::adapt_unit_e_nuts< Model, BaseRNG > stan::mcmc::adapt_unit_e_nuts_classic< Model, BaseRNG > stan::mcmc::adapt_unit_e_static_hmc< Model, BaseRNG > stan::mcmc::adapt_unit_e_static_uniform< Model, BaseRNG > stan::mcmc::adapt_unit_e_xhmc< Model, BaseRNG >

Public Member Functions

 stepsize_adapter ()
 
stepsize_adaptationget_stepsize_adaptation ()
 
- Public Member Functions inherited from stan::mcmc::base_adapter
 base_adapter ()
 
virtual void engage_adaptation ()
 
virtual void disengage_adaptation ()
 
bool adapting ()
 

Protected Attributes

stepsize_adaptation stepsize_adaptation_
 
- Protected Attributes inherited from stan::mcmc::base_adapter
bool adapt_flag_
 

Detailed Description

Definition at line 11 of file stepsize_adapter.hpp.

Constructor & Destructor Documentation

stan::mcmc::stepsize_adapter::stepsize_adapter ( )
inline

Definition at line 13 of file stepsize_adapter.hpp.

Member Function Documentation

stepsize_adaptation& stan::mcmc::stepsize_adapter::get_stepsize_adaptation ( )
inline

Definition at line 15 of file stepsize_adapter.hpp.

Member Data Documentation

stepsize_adaptation stan::mcmc::stepsize_adapter::stepsize_adaptation_
protected

Definition at line 20 of file stepsize_adapter.hpp.


The documentation for this class was generated from the following file:

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