Click or drag to resize
Accord.NET (logo)

GeneralConvergenceMaximumTime Property

Gets or sets the maximum amount of time that an optimization algorithm is allowed to run. This property must be set together with StartTime in order to function correctly. Setting this value to Zero disables this check. Default is Zero.

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

Property Value

Type: TimeSpan
See Also