Overload List

  NameDescription
DownhillSimplexMinimizer()()()
Default constructor.
DownhillSimplexMinimizer(Double)
Constructs a DownhillSimplexMinimizer instance with the given error tolerance.
DownhillSimplexMinimizer(Int32)
Constructs a DownhillSimplexMinimizer instance with the given maximum number of iterations.
DownhillSimplexMinimizer(Double, Int32)
Constructs a DownhillSimplexMinimizer instance with the given error tolerance and maximum number of iterations.

See Also