RelativeConvergence Properties |
The RelativeConvergence type exposes the following members.
Name | Description | |
---|---|---|
CurrentIteration |
Gets the current iteration number.
| |
Delta | ||
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 or sets the watched value before the iteration.
| |
RelativeDelta | ||
StartValue | ||
Tolerance |
Gets or sets the maximum relative change in the watched value
after an iteration of the algorithm used to detect convergence.
Default is zero.
|