Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_optimize.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__OPTIMIZE__HPP
2 #define STAN__GM__ARGUMENTS__OPTIMIZE__HPP
3 
5 
9 
10 namespace stan {
11 
12  namespace gm {
13 
15 
16  public:
17 
19 
20  _name = "optimize";
21  _description = "Point estimation";
22 
23  _subarguments.push_back(new arg_optimize_algo());
24  _subarguments.push_back(new arg_iter());
25  _subarguments.push_back(new arg_save_iterations());
26 
27  }
28 
29  };
30 
31  } // gm
32 
33 } // stan
34 
35 #endif
36 
std::vector< argument * > _subarguments
std::string _name
Definition: argument.hpp:76
std::string _description
Definition: argument.hpp:77

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