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

  /external/ceres-solver/internal/ceres/
types.cc 206 CASESTR(ARMIJO);
215 STRENUM(ARMIJO);
solver.cc 382 line_search_type(ARMIJO),
line_search.cc 88 case ceres::ARMIJO:
168 // the maximum step size so that the Armijo & Wolfe implementations are
244 // As the Armijo line search algorithm always uses the initial point, for
274 StringPrintf("Line search failed: Armijo failed to find a point "
354 // 1. step_size_{k} violates the sufficient decrease (Armijo) condition.
367 // conditions, or even a step size > minimum tolerance satisfying the Armijo
381 // point with the lowest cost found thus far which satsifies the Armijo
405 // Armijo sufficient decrease condition*, the one which generated the
407 // f(all other steps satisfying Armijo).
411 // first sample, and which does not satisfy the Armijo condition
    [all...]
trust_region_minimizer.cc 90 LineSearch::Create(ceres::ARMIJO,
382 // Try improving the step further by using an ARMIJO line
  /external/ceres-solver/include/ceres/
types.h 263 ARMIJO,

Completed in 142 milliseconds