Click or drag to resize

TrustRegionMinimizer(Double, Int32) Constructor

Constructs a TrustRegionMinimizer instance with the given maximum number of iterations.

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

Parameters

tolerance  Double
The error tolerance.
maxIterations  Int32
The maximum number of iterations.
See Also