RelativeParameterConvergence Properties |
The RelativeParameterConvergence type exposes the following members.
Name | Description | |
---|---|---|
CurrentIteration |
Gets or sets the current iteration number.
| |
Delta |
Gets the maximum relative parameter
change after the last iteration.
| |
HasConverged |
Gets whether the algorithm has converged.
| |
HasDiverged |
Gets whether the algorithm has diverged.
| |
Iterations | Obsolete.
Please use MaxIterations instead.
| |
MaxIterations |
Gets or sets the maximum number of iterations
performed by the iterative algorithm.
| |
NewValues |
Gets or sets the watched value after the iteration.
| |
OldValues |
Gets or sets 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.
|