OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absolute_function_tolerance
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
line_search_minimizer.cc
331
const double
absolute_function_tolerance
=
local
333
if (fabs(iteration_summary.cost_change) <
absolute_function_tolerance
) {
trust_region_minimizer.cc
369
const double
absolute_function_tolerance
=
371
if (fabs(iteration_summary.cost_change) <
absolute_function_tolerance
) {
Completed in 159 milliseconds