Home
last modified time | relevance | path

Searched refs:interpolation_type (Results 1 – 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
Dline_search.cc151 const LineSearchInterpolationType& interpolation_type, in InterpolatingPolynomialMinimizingStepSize() argument
158 (interpolation_type == BISECTION && in InterpolatingPolynomialMinimizingStepSize()
163 } else if (interpolation_type == BISECTION) { in InterpolatingPolynomialMinimizingStepSize()
179 << LineSearchInterpolationTypeToString(interpolation_type) in InterpolatingPolynomialMinimizingStepSize()
188 if (interpolation_type == QUADRATIC) { in InterpolatingPolynomialMinimizingStepSize()
198 } else if (interpolation_type == CUBIC) { in InterpolatingPolynomialMinimizingStepSize()
209 << LineSearchInterpolationTypeToString(interpolation_type) in InterpolatingPolynomialMinimizingStepSize()
249 options().interpolation_type == CUBIC; in Search()
284 options().interpolation_type, in Search()
599 options().interpolation_type, in BracketingPhase()
[all …]
Dline_search.h64 : interpolation_type(CUBIC), in Options()
77 LineSearchInterpolationType interpolation_type; member
216 const LineSearchInterpolationType& interpolation_type,
Dline_search_minimizer.cc179 line_search_options.interpolation_type = in Minimize()
Dtrust_region_minimizer.cc70 line_search_options.interpolation_type = in DoLineSearch()