|
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; }
Public Property MaximumTime As TimeSpan
Get
Set
Request Example
View SourceProperty Value
Type:
TimeSpanSee Also