Home
last modified time | relevance | path

Searched refs:TRUST_REGION (Results 1 – 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver.cc87 : minimizer_type(TRUST_REGION), in Summary()
192 if (minimizer_type == TRUST_REGION) { in FullReport()
334 if (minimizer_type == TRUST_REGION) { in FullReport()
354 if (minimizer_type == TRUST_REGION) { in FullReport()
Dtypes.cc167 CASESTR(TRUST_REGION); in MinimizerTypeToString()
176 STRENUM(TRUST_REGION); in StringToMinimizerType()
Dsolver_impl.cc330 if (options.minimizer_type == TRUST_REGION) { in Solve()
353 summary->minimizer_type = TRUST_REGION; in TrustRegionSolve()
/external/ceres-solver/include/ceres/
Dtypes.h163 TRUST_REGION enumerator
Dsolver.h61 minimizer_type = TRUST_REGION; in Options()
/external/ceres-solver/docs/source/
Dsolving.rst784 Default: ``TRUST_REGION``
786 Choose between ``LINE_SEARCH`` and ``TRUST_REGION`` algorithms. See