Click or drag to resize

ModifiedLevenbergMarquardtMinimizerSetAllTolerances Method

Sets the gradient tolerance to the given value. Iteration will stop ||Jk'*Fk|| is less than gradientTolerance, where Jk is value of the Jacobian at the kth iterate and Fk is the value of the objective function at the kth iterate.

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

Parameters

tolerance  Double
tolerance.

Implements

INonlinearLeastSqMinimizerSetAllTolerances(Double)
See Also