BrentFindRootHasConverged 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.3.420.0 (24.3.420.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