OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minimum_cost
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
trust_region_minimizer.cc
166
double
minimum_cost
= cost;
local
480
if (cost <
minimum_cost
) {
483
minimum_cost
= cost;
503
// greater than
minimum_cost
but smaller than the reference
Completed in 38 milliseconds