Default constructor.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DownhillSimplexMinimizer()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
DownhillSimplexMinimizer()

Remarks

The default tolerance and default maximum number of iterations are used. Iteration stops when either the decrease in function value is less than the tolerance, or the maximum number of iterations is reached.

See Also