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

  /external/ceres-solver/internal/ceres/
line_search.h 68 max_step_contraction(1e-3),
95 // new_step_size >= max_step_contraction * step_size
99 // 0 < max_step_contraction < min_step_contraction < 1
101 double max_step_contraction; member in struct:ceres::internal::LineSearch::Options
108 // 0 < max_step_contraction < min_step_contraction < 1
line_search_minimizer.cc 176 line_search_options.max_step_contraction =
line_search.cc 278 (options().max_step_contraction * current.x),

Completed in 23 milliseconds