HomeSort by relevance Sort by last modified time
    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