IterativeAlgorithm.ReportSuccess Method

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

ReportSuccess() Reports that the algoritm has succeeded. No further iterations will be performed.
ReportSuccess(T, TError) Records the results of a algorithm that converged successfully.

ReportSuccess

Reports that the algoritm has succeeded. No further iterations will be performed.
C#
protected virtual void ReportSuccess()

See Also