class BFGS : public LineSearchOptima BFGS Quasi-Newton Optimization Method
| BFGS ( LineSearch * ls, int iter , double tol , int verb) a constructor
| |||||||||
| BFGS ( LineSearch * ls, int iter , double tol ) a constructor | |||||||||
| optimizer ( Model <double>& model0) the BFGS search starting from model0, returns an optimum model | |||||||||
| optimizer ( Model <long>& model0) | |||||||||
| className () const |
At the present version, you should use the CubicLineSearch procedure
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling