Searched refs:absolute_function_tolerance (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc391 const double absolute_function_tolerance = local
393 if (fabs(iteration_summary.cost_change) < absolute_function_tolerance) {
H A Dtrust_region_minimizer.cc473 const double absolute_function_tolerance = local
475 if (fabs(iteration_summary.cost_change) < absolute_function_tolerance) {

Completed in 229 milliseconds