Click or drag to resize

LevenbergMarquardtMinimizer(Double) Constructor

Constructs a LevenbergMarquardtMinimizer object from the given information.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LevenbergMarquardtMinimizer(
	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