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

  /external/ceres-solver/internal/ceres/
minimizer.h 68 function_tolerance = options.function_tolerance;
100 double function_tolerance; member in struct:ceres::internal::Minimizer::Options
  /external/ceres-solver/include/ceres/
solver.h 75 function_tolerance = 1e-6;
199 // (new_cost - old_cost) < function_tolerance * old_cost;
201 double function_tolerance; member in struct:ceres::Solver::Options
207 // This value should typically be 1e-4 * function_tolerance.

Completed in 107 milliseconds