Click or drag to resize

TrustRegionParameterCalc(Int32, Double) Constructor

Construct a TrustRegionParameterCalc instance using the given maximum number of iterations to be performed by the trust region minimization algorithm, and the given tolerance used to determine convergence. TrustRegionMinimizer

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

Parameters

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