Records the results of a algorithm that converged successfully.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected void ReportSuccess(
T result,
TError estimatedError
)
Protected Sub ReportSuccess (
result As T,
estimatedError As TError
)
protected:
void ReportSuccess(
T result,
TError estimatedError
)
member ReportSuccess :
result : 'T *
estimatedError : 'TError -> unit
Parameters
- result
- Type: T
The result that was computed by the algorithm. - estimatedError
- Type: TError
An estimate of the error in the result.
Reference