|
OptimizationProgressEventArgsFinished Property
|
Gets or sets a value indicating whether the
optimization process is about to terminate.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Finished { get; }
Public ReadOnly Property Finished As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if finished; otherwise,
false.
See Also