Stan  2.10.0
probability, sampling & optimization
base_adaptation.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_BASE_ADAPTATION_HPP
2 #define STAN_MCMC_BASE_ADAPTATION_HPP
3 
4 namespace stan {
5 
6  namespace mcmc {
7 
9  public:
10  virtual void restart() {}
11  };
12 
13  } // mcmc
14 
15 } // stan
16 
17 #endif
Probability, optimization and sampling library.

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