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

  /external/ceres-solver/internal/ceres/
types.cc 223 CASESTR(BISECTION);
235 STRENUM(BISECTION);
solver.cc 256 // Warn user if they have requested BISECTION interpolation, but constraints
257 // on max/min step size change during line search prevent bisection scaling
261 (options.line_search_interpolation_type == ceres::BISECTION &&
264 << "Line search interpolation type is BISECTION, but specified "
269 << ", prevent bisection (0.5) scaling, continuing with solve regardless.";
383 line_search_interpolation_type(BISECTION),
line_search.cc 158 (interpolation_type == BISECTION &&
160 // Either: sample is invalid; or we are using BISECTION and contracting
163 } else if (interpolation_type == BISECTION) {
166 // BISECTION interpolation. Using BISECTION when trying to expand is
    [all...]
  /external/ceres-solver/include/ceres/
types.h 262 // bisection.
401 BISECTION,

Completed in 62 milliseconds