Click or drag to resize

ModifiedLevenbergMarquardtMinimizer(Int32) Constructor

Constructs a ModifiedLevenbergMarquardtMinimizer object from the given information.

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

Parameters

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