Click or drag to resize

NelderMeadSimplex Constructor

Initializes a new instance of the NelderMeadSimplex class.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NelderMeadSimplex(
	double convergenceTolerance,
	int maximumIterations
)

Parameters

convergenceTolerance  Double
The convergence tolerance.
maximumIterations  Int32
The maximum number of iterations.
See Also