Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dsolver_test.cc48 options.minimizer_type = TRUST_REGION; in TEST()
165 options.minimizer_type = TRUST_REGION; in TEST()
191 options.minimizer_type = TRUST_REGION; in TEST()
220 options.minimizer_type = TRUST_REGION; in TEST()
Dsolver.cc302 if (minimizer_type == TRUST_REGION) { in IsValid()
341 : minimizer_type(TRUST_REGION), in Summary()
423 if (minimizer_type == TRUST_REGION) { in FullReport()
562 if (minimizer_type == TRUST_REGION) { in FullReport()
582 if (minimizer_type == TRUST_REGION) { in FullReport()
Dtypes.cc169 CASESTR(TRUST_REGION); in MinimizerTypeToString()
178 STRENUM(TRUST_REGION); in StringToMinimizerType()
Dcallbacks.cc79 } else if (minimizer_type == TRUST_REGION) { in operator ()()
Dsolver_impl.cc85 LoggingCallback logging_callback(TRUST_REGION, in TrustRegionMinimize()
196 if (options.minimizer_type == TRUST_REGION) { in Solve()
212 summary->minimizer_type = TRUST_REGION; in TrustRegionSolve()
/external/ceres-solver/include/ceres/
Dtypes.h177 TRUST_REGION enumerator
Dsolver.h62 minimizer_type = TRUST_REGION; in Options()
/external/ceres-solver/docs/source/
Dfaqs.rst128 When using the ``TRUST_REGION`` minimizer, the choice of linear
188 Minimizer TRUST_REGION
Dbuilding.rst183 Minimizer TRUST_REGION
Dtutorial.rst402 Minimizer TRUST_REGION
Dsolving.rst807 Default: ``TRUST_REGION``
809 Choose between ``LINE_SEARCH`` and ``TRUST_REGION`` algorithms. See