Searched refs:interpolation_type (Results 1 – 4 of 4) sorted by relevance
151 const LineSearchInterpolationType& interpolation_type, in InterpolatingPolynomialMinimizingStepSize() argument158 (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 …]
64 : interpolation_type(CUBIC), in Options()77 LineSearchInterpolationType interpolation_type; member216 const LineSearchInterpolationType& interpolation_type,
179 line_search_options.interpolation_type = in Minimize()
70 line_search_options.interpolation_type = in DoLineSearch()