Click or drag to resize

TrustRegionMinimizer(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(
	int maxIterations
)

Parameters

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