Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoMaxIterations Property

The maximum number of iterations.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int MaxIterations { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
The minimize function terminates an optimization process with MaximumIterations status code when the iteration count exceeds this parameter. Setting this parameter to zero continues an optimization process until a convergence or error. The default value is 0.
See Also