Stan  2.10.0
probability, sampling & optimization
arg_optimize.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_OPTIMIZE_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_OPTIMIZE_HPP
3 
8 
9 namespace stan {
10  namespace services {
11 
13  public:
15  _name = "optimize";
16  _description = "Point estimation";
17 
18  _subarguments.push_back(new arg_optimize_algo());
19  _subarguments.push_back(new arg_iter());
20  _subarguments.push_back(new arg_save_iterations());
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.