|
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; }
Public Property MaxIterations As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks
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