ManagedIterativeAlgorithm<T, TError, TReport>.ReportResult Method

Records the results of an algorithm.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected void ReportResult(
	T result,
	TError estimatedError
)

Parameters

result  T
The result that was computed by the algorithm.
estimatedError  TError
An estimate of the error in the result.

See Also