|
GeneralConvergenceMaximumEvaluations Property
|
Gets or sets the maximum number of function evaluations to
be used as convergence criteria. This tracks how many times
the function to be optimized has been called, and stops the
algorithm when the number of times specified in this property
has been reached. Setting this value to zero disables this check.
Default is 0.
Namespace:
Accord.Math.Convergence
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int MaximumEvaluations { get; set; }
Public Property MaximumEvaluations As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also