Click or drag to resize
Accord.NET (logo)

MunkresTolerance Property

Gets or sets the tolerance value used when performing cost comparisons. Default is 1e-10. If the algorithm takes too much time to finish, try decreasing this value.

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

Property Value

Type: Double
See Also