Public Member Functions | |
| LBFGSB (const int &maxIter, const double &ftol, PseudoLogLikelihood *const &pll, const int &numWts) | |
| ~LBFGSB () | |
| void | setMaxIter (const int &iter) |
| void | setFtol (const double &tol) |
| void | init (const int &numWts) |
| void | reInit (const int &numWts) |
| void | destroy () |
| double | minimize (double *const &wts, int &iter, bool &error) |
| double | minimize (const int &numWts, double *const &wts, int &iter, bool &error) |
| double | startPl (double *const &wts, int &iter, bool &error, PolyNomial &pl) |
| double | proceedOneStepPl (double *const &wts, double &initialValue, int &iter, bool &error, PolyNomial &pl) |
| double | minimizePl (double *const &wts, int &iter, bool &error, PolyNomial &pl) |
| void | setUpperBounds (const double *u) |
| void | setLowerBounds (const double *l) |
Definition at line 84 of file lbfgsb.h.
1.5.1