Click or drag to resize
Accord.NET (logo)

GeneralConvergenceCancel Property

Gets or sets whether the algorithm should be forced to terminate. Default is false.

Namespace:  Accord.Math.Convergence
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Cancel { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also