Click or drag to resize

ModifiedLevenbergMarquardtMinimizer(Double) Constructor

Constructs a ModifiedLevenbergMarquardtMinimizer object from the given information.

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

Parameters

tolerance  Double
Iteration will stop when the infinity norm of the gradient used in calculating the next step, or the L2 norm of the step size falls below this value.
See Also