Click or drag to resize

TrustRegionMinimizer(Double) Constructor

Constructs a TrustRegionMinimizer instance with the given error tolerance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TrustRegionMinimizer(
	double tolerance
)

Parameters

tolerance  Double
The error tolerance.
Remarks
The default maximum number of iterations is used.
See Also