Home
last modified time | relevance | path

Searched refs:LBFGS (Results 1 – 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
Dline_search_direction.cc99 class LBFGS : public LineSearchDirection { class
101 LBFGS(const int num_parameters, in LBFGS() function in ceres::internal::LBFGS
109 virtual ~LBFGS() {} in ~LBFGS()
354 if (options.type == ceres::LBFGS) { in Create()
355 return new ceres::internal::LBFGS( in Create()
Dline_search_direction.h46 type(LBFGS), in Options()
Dtypes.cc187 CASESTR(LBFGS); in LineSearchDirectionTypeToString()
199 STRENUM(LBFGS); in StringToLineSearchDirectionType()
Dsolver.cc245 options.line_search_direction_type == ceres::LBFGS) && in LineSearchOptionsAreValid()
381 line_search_direction_type(LBFGS), in Summary()
519 if (line_search_direction_type == LBFGS) { in FullReport()
/external/ceres-solver/include/ceres/
Dtypes.h244 LBFGS, enumerator
Dsolver.h63 line_search_direction_type = LBFGS; in Options()
/external/ceres-solver/docs/source/
Dfeatures.rst60 of Non-linear Conjugate Gradients, BFGS and LBFGS.
Dsolving.rst411 4. ``LBFGS`` A limited memory approximation to the full ``BFGS``
420 ``BFGS`` and ``LBFGS`` methods to be guaranteed to be satisfied the
815 Default: ``LBFGS``
818 ``BFGS`` and ``LBFGS``.
826 ``LBFGS`` line search direction algorithms to be guaranteed to be
863 As part of the ``BFGS`` update step / ``LBFGS`` right-multiply
870 scaling in ``BFGS`` (before first iteration) and ``LBFGS`` (at each
2147 If the type of the line search direction is `LBFGS`, then this
Dversion_history.rst55 #. LBFGS is faster due to fewer memory copies.
420 gradient descent, non-linear conjugate gradient and LBFGS search