 | TrustRegionParameterCalcConverged Property |
Gets a boolean indicating convergence of the trust region minimization
algorithm.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool Converged { get; }
Public ReadOnly Property Converged As Boolean
Get
public:
property bool Converged {
bool get ();
}
member Converged : bool with get
Property Value
Boolean
See Also