Searched defs:function_tolerance (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search_direction.h48 function_tolerance(1e-12),
56 double function_tolerance; member in struct:ceres::internal::LineSearchDirection::Options
H A Dline_search_direction.cc54 const double function_tolerance)
56 function_tolerance_(function_tolerance) {
351 options.function_tolerance);
53 NonlinearConjugateGradient(const NonlinearConjugateGradientType type, const double function_tolerance) argument
H A Dminimizer.h70 function_tolerance = options.function_tolerance;
132 double function_tolerance; member in struct:ceres::internal::Minimizer::Options
/external/ceres-solver/include/ceres/
H A Dsolver.h91 function_tolerance = 1e-6;
378 // (new_cost - old_cost) < function_tolerance * old_cost;
380 double function_tolerance; member in struct:ceres::Solver::Options
386 // This value should typically be 1e-4 * function_tolerance.

Completed in 1738 milliseconds