Home
last modified time | relevance | path

Searched refs:NONLINEAR_CONJUGATE_GRADIENT (Results 1 – 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtypes.cc186 CASESTR(NONLINEAR_CONJUGATE_GRADIENT); in LineSearchDirectionTypeToString()
198 STRENUM(NONLINEAR_CONJUGATE_GRADIENT); in StringToLineSearchDirectionType()
Dline_search_direction.cc348 if (options.type == NONLINEAR_CONJUGATE_GRADIENT) { in Create()
Dsolver.cc521 } else if (line_search_direction_type == NONLINEAR_CONJUGATE_GRADIENT) { in FullReport()
/external/ceres-solver/include/ceres/
Dtypes.h189 NONLINEAR_CONJUGATE_GRADIENT, enumerator
/external/ceres-solver/docs/source/
Dsolving.rst398 2. ``NONLINEAR_CONJUGATE_GRADIENT`` A generalization of the Conjugate
817 Choices are ``STEEPEST_DESCENT``, ``NONLINEAR_CONJUGATE_GRADIENT``,
2141 If the line search direction is `NONLINEAR_CONJUGATE_GRADIENT`,