|
BaseHiddenGradientOptimizationLearningTData, TOptimizerHasConverged Property
|
Gets or sets whether the algorithm has converged.
Namespace:
Accord.Statistics.Models.Fields.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool HasConverged { get; }
Public ReadOnly Property HasConverged As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance has converged; otherwise,
false.
See Also