Stan  2.10.0
probability, sampling & optimization
arg_save_warmup.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_SAVE_WARMUP_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_SAVE_WARMUP_HPP
3 
5 
6 namespace stan {
7 
8  namespace services {
9 
11  public:
13  _name = "save_warmup";
14  _description = "Stream warmup samples to output?";
15  _validity = "[0, 1]";
16  _default = "0";
17  _default_value = false;
18  _constrained = false;
19  _good_value = 1;
21  }
22  };
23 
24  } // services
25 } // stan
26 
27 #endif
28 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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