Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
See Also