Click or drag to resize

GoldenMinimizer Methods

The GoldenMinimizer type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this GoldenMinimizer.
(Overrides MinimizerBaseClone)
Public methodMinimize(Bracket) Minimizes the function within the interval contained in the given Bracket.
Public methodMinimize(OneVariableFunction, Interval) Minimizes the given function within the given interval.
Public methodMinimize(OneVariableFunction, Double, Double) Minimizes the given function within the given interval.
Public methodMinimize(OneVariableFunction, Double, Double, Double) Minimizes the given function within the given interval.
Top
See Also