Click or drag to resize
Accord.NET (logo)

LevenbergMarquardt Constructor (Int32)

Initializes a new instance of the LevenbergMarquardt class.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LevenbergMarquardt(
	int parameters
)
Request Example View Source

Parameters

parameters
Type: SystemInt32
The number of free parameters in the optimization problem.
See Also