Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
base_adaptation.hpp
Go to the documentation of this file.
1 #ifndef STAN__MCMC__BASE__ADAPTATION__BETA
2 #define STAN__MCMC__BASE__ADAPTATION__BETA
3 
4 namespace stan {
5 
6  namespace mcmc {
7 
9 
10  public:
11 
12  virtual void restart() {};
13 
14  };
15 
16  } // mcmc
17 
18 } // stan
19 
20 #endif

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