BrentFindExtremum.HasConverged 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool HasConverged { get; }
Public ReadOnly Property HasConverged As Boolean
Get
public:
property bool HasConverged {
bool get ();
}
member HasConverged : bool with get
Property Value
Type:
Boolean
See Also