HomeSort by relevance Sort by last modified time
    Searched refs:DOGLEG (Results 1 - 7 of 7) sorted by null

  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 46 case DOGLEG:
types.cc 135 CASESTR(DOGLEG);
145 STRENUM(DOGLEG);
solver.cc 218 if (trust_region_strategy_type == DOGLEG) {
trust_region_minimizer_test.cc 290 const TrustRegionStrategyType kStrategy = DOGLEG;
solver_impl.cc     [all...]
solver_impl_test.cc 564 options.trust_region_strategy_type = DOGLEG;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 261 // Powell's dogleg algorithm interpolates between the Cauchy point
275 DOGLEG
278 // Ceres supports two different dogleg strategies.
279 // The "traditional" dogleg method by Powell and the
286 // The traditional approach constructs a dogleg path
292 // constrained to the subspace spanned by the dogleg path.

Completed in 266 milliseconds