Click or drag to resize

TrustRegionParameterCalc(Int32) Constructor

Construct a TrustRegionParameterCalc instance using the given maximum number of iterations to be performed by the trust region minimization algorithm. TrustRegionMinimizer

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TrustRegionParameterCalc(
	int maxIterations
)

Parameters

maxIterations  Int32
The maximum number of iterations.
See Also