Stan  2.10.0
probability, sampling & optimization
arg_adapt.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_ADAPT_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_ADAPT_HPP
3 
13 
14 namespace stan {
15  namespace services {
17  public:
19  _name = "adapt";
20  _description = "Warmup Adaptation";
21 
22  _subarguments.push_back(new arg_adapt_engaged());
23  _subarguments.push_back(new arg_adapt_gamma());
24  _subarguments.push_back(new arg_adapt_delta());
25  _subarguments.push_back(new arg_adapt_kappa());
26  _subarguments.push_back(new arg_adapt_t0());
27  _subarguments.push_back(new arg_adapt_init_buffer());
28  _subarguments.push_back(new arg_adapt_term_buffer());
29  _subarguments.push_back(new arg_adapt_window());
30  }
31  };
32 
33  } // services
34 } // stan
35 #endif
36 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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