HomeSort by relevance Sort by last modified time
    Searched defs:function_tolerance (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
line_search_direction.h 48 function_tolerance(1e-12),
56 double function_tolerance; member in struct:ceres::internal::LineSearchDirection::Options
minimizer.h 70 function_tolerance = options.function_tolerance;
132 double function_tolerance; member in struct:ceres::internal::Minimizer::Options
  /external/ceres-solver/include/ceres/
solver.h 91 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.
    [all...]

Completed in 350 milliseconds