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

  /external/ceres-solver/include/ceres/
types.h 248 // bisection.
386 BISECTION,
  /external/ceres-solver/internal/ceres/
types.cc 221 CASESTR(BISECTION);
233 STRENUM(BISECTION);
line_search.cc 155 (interpolation_type == BISECTION &&
157 // Either: sample is invalid; or we are using BISECTION and contracting
160 } else if (interpolation_type == BISECTION) {
163 // BISECTION interpolation. Using BISECTION when trying to expand is
solver_impl.cc 696 // Warn user if they have requested BISECTION interpolation, but constraints
697 // on max/min step size change during line search prevent bisection scaling
701 (original_options.line_search_interpolation_type == ceres::BISECTION &&
704 << "Line search interpolation type is BISECTION, but specified "
709 << ", prevent bisection (0.5) scaling, continuing with solve regardless.";
    [all...]

Completed in 1065 milliseconds