FunctionMathFindMinimum Method

Overload List

FindMinimum(FuncDouble, Double, Interval) Minimizes a function on the given interval.
FindMinimum(FuncDouble, Double, Double) Minimizes a function in the vicinity of a given point.
FindMinimum(FuncDouble, Double, Interval, ExtremumSettings) Minimizes a function on the given interval, subject to the given evaluation settings.
FindMinimum(FuncDouble, Double, Double, ExtremumSettings) Minimizes a function in the vicinity of a given point subject to the given evaluation settings.

See Also