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 (const int &numWts, double *const &wts, int &iter, bool &error) |
double | minimize (double *const &wts, int &iter, bool &error) |
Definition at line 83 of file lbfgsb.h.