SolutionReport<T, TError> Properties

Properties

ConvergenceTest Returns the ConvergenceTest<T> that caused the result.
Error Gets the estimated error in the result.
EvaluationsNeeded Gets the number of times the target or objective function was called by the algorithm.
IterationsNeeded Gets the number of iterations performed by the algorithm.
Result Gets the result of the algorithm.
Status Gets the termination status of the algorithm.

See Also