Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stepsize_adapter.hpp
Go to the documentation of this file.
1 #ifndef STAN__MCMC__STEPSIZE__ADAPTER__BETA
2 #define STAN__MCMC__STEPSIZE__ADAPTER__BETA
3 
6 
7 namespace stan {
8 
9  namespace mcmc {
10 
12 
13  public:
14 
16 
18  return stepsize_adaptation_;
19  }
20 
21  protected:
22 
24 
25  };
26 
27  } // mcmc
28 
29 } // stan
30 
31 #endif
stepsize_adaptation & get_stepsize_adaptation()
stepsize_adaptation stepsize_adaptation_

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