Click or drag to resize

VariableMetricMinimizer Constructor

Default constructor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public VariableMetricMinimizer()
Remarks
The default tolerance and default maximum number of iterations are used. Iteration stops when either the estimated error is less than the tolerance, or the maximum number of iterations is reached.
See Also