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

  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 391 const double absolute_function_tolerance = local
393 if (fabs(iteration_summary.cost_change) < absolute_function_tolerance) {
trust_region_minimizer.cc 473 const double absolute_function_tolerance = local
475 if (fabs(iteration_summary.cost_change) < absolute_function_tolerance) {

Completed in 101 milliseconds