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

  /external/ceres-solver/internal/ceres/
types.cc 207 CASESTR(WOLFE);
216 STRENUM(WOLFE);
solver.cc 246 options.line_search_type != ceres::WOLFE) {
252 "Solver::Options::line_search_type must be set to WOLFE.");
line_search.cc 91 case ceres::WOLFE:
165 // We are expanding the search (during a Wolfe bracketing phase) using
168 // the maximum step size so that the Armijo & Wolfe implementations are
348 // Wolfe bracketing phase: Increases step_size until either it finds a point
349 // that satisfies the (strong) Wolfe conditions, or an interval that brackets
352 // the strong Wolfe conditions if one of the following conditions are met:
366 // Failed to find either a valid point, a valid bracket satisfying the Wolfe
374 // Wolfe conditions, thus no Zoom required.
377 // strong Wolfe conditions within max_num_iterations, or whilst searching
382 // condition (but not the Wolfe conditions)
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 64 line_search_type = WOLFE;
280 // The strong Wolfe conditions consist of the Armijo sufficient
282 // step-size be chosen s.t. the _magnitude_ ('strong' Wolfe
293 // During the bracketing phase of the Wolfe search, the step size is
294 // increased until either a point satisfying the Wolfe conditions is
    [all...]
types.h 264 WOLFE,

Completed in 1118 milliseconds