Click or drag to resize

GoldenMinimizer Constructor

Overload List
 NameDescription
Public methodGoldenMinimizer Default constructor.
Public methodGoldenMinimizer(Double) Constructs a GoldenMinimizer instance with the given error tolerance.
Public methodGoldenMinimizer(Int32) Constructs a GoldenMinimizer instance with the given maximum number of iterations.
Public methodGoldenMinimizer(Double, Int32) Constructs a GoldenMinimizer instance with the given error tolerance and maximum number of iterations.
Top
See Also