|
cMHN 1.2
C++ library for learning MHNs with pRC
|
This is the complete list of members for pRC::Optimizer::LBFGS< LS, M >, including all inherited members.
| LBFGS(LS const &lineSearch, Size const maxIterations=defaultMaxIterations()) | pRC::Optimizer::LBFGS< LS, M > | inline |
| LBFGS(Size const maxIterations=defaultMaxIterations()) | pRC::Optimizer::LBFGS< LS, M > | inline |
| lineSearch() const | pRC::Optimizer::LBFGS< LS, M > | inline |
| maxIterations() const | pRC::Optimizer::LBFGS< LS, M > | inline |
| operator()(XX &&x0, FF &&function, FC &&callback, VT const &tolerance=NumericLimits< VT >::tolerance()) const | pRC::Optimizer::LBFGS< LS, M > | inline |