Stan  2.10.0
probability, sampling & optimization
arg_adapt_term_buffer.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_ADAPT_TERM_BUFFER_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_ADAPT_TERM_BUFFER_HPP
3 
5 #include <string>
6 
7 namespace stan {
8  namespace services {
9 
11  public:
13  _name = "term_buffer";
14  _description = std::string("Width of final fast adaptation interval");
15  _default = "50";
16  _default_value = 50;
18  }
19  };
20 
21  } // services
22 } // stan
23 
24 #endif
25 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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