Click or drag to resize

LevenbergMarquardtMinimizer(Int32) Constructor

Constructs a LevenbergMarquardtMinimizer object from the given information.

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

Parameters

maxIterations  Int32
The maximum number of iterations to perform when minimizing.
See Also