Overload List

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

See Also