MultivariableFunctionSolverStepResultTResults, TDerivativeResultsConverged Property |
Gets a value indicating whether the solver converged on this iteration.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Converged { get; }
Public ReadOnly Property Converged As Boolean
Get
public:
property bool Converged {
bool get ();
}
member Converged : bool with get
Property Value
Type:
BooleanSee Also