Public Member Functions | |
| LBFGSR (const int &maxIter, const double &ftol, double samplingFrac, RRF *const &rrf, GroundRRF *const &grrf, const Array< int > &queryPreds, const int &numWts, int wtOffset, double sigmaSq, bool fast=false) | |
| ~LBFGSR () | |
| 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 18 of file lbfgsr.h.
1.5.1