Stan  2.10.0
probability, sampling & optimization
arg_adapt_engaged.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_ADAPT_ENGAGED_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_ADAPT_ENGAGED_HPP
3 
5 
6 namespace stan {
7  namespace services {
8 
10  public:
12  _name = "engaged";
13  _description = "Adaptation engaged?";
14  _validity = "[0, 1]";
15  _default = "1";
16  _default_value = true;
17  _constrained = false;
18  _good_value = 1;
20  }
21  };
22 
23  } // services
24 } // stan
25 
26 #endif
27 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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