AbsoluteConvergence Properties |
The AbsoluteConvergence type exposes the following members.
Name | Description | |
---|---|---|
CurrentIteration |
Gets or sets the current iteration number.
| |
HasConverged |
Gets whether the algorithm has converged.
| |
Iterations | Obsolete.
Please use MaxIterations instead.
| |
MaxIterations |
Gets or sets the maximum number of iterations
performed by the iterative algorithm. Default
is 100.
| |
NewValue |
Gets or sets the watched value after the iteration.
| |
OldValue |
Gets the watched value before the iteration.
| |
Tolerance |
Gets or sets the maximum change in the watched value
after an iteration of the algorithm used to detect
convergence. Default is 0.
|