BrentFindExtremumHasConverged Property |
Gets a value indicating whether the algorithm is in the converged state.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool HasConverged { get; }
Public ReadOnly Property HasConverged As Boolean
Get
public:
property bool HasConverged {
bool get ();
}
member HasConverged : bool with get
Property Value
Type:
BooleanSee Also