Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_lbfgs.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__LBFGS__HPP
2 #define STAN__GM__ARGUMENTS__LBFGS__HPP
3 
5 
7 
8 namespace stan {
9 
10  namespace gm {
11 
12  class arg_lbfgs: public arg_bfgs {
13 
14  public:
15 
17 
18  _name = "lbfgs";
19  _description = "LBFGS with linesearch";
20 
21  _subarguments.push_back(new arg_history_size());
22 
23  }
24 
25  };
26 
27  } // gm
28 
29 } // stan
30 
31 #endif
32 
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.