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

  /external/ceres-solver/include/ceres/
iteration_callback.h 109 double relative_decrease; member in struct:ceres::IterationSummary
194 // summary.relative_decrease,
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 116 iteration_summary.relative_decrease = 0.0;
282 iteration_summary.relative_decrease = 0.0;
380 const double relative_decrease =
387 // If monotonic steps are being used, then the relative_decrease
392 // of the relative_decrease and the
396 // reference iteration. The historical relative_decrease offers
399 iteration_summary.relative_decrease =
401 ? max(relative_decrease, historical_relative_decrease)
402 : relative_decrease;
440 iteration_summary.relative_decrease >
    [all...]
solver_impl.cc 112 summary.relative_decrease,
    [all...]

Completed in 257 milliseconds