Convergence Test<T> Properties
Properties
Absolute | Gets or sets the absolute tolerance used in the convergence test. |
Convergence | Gets or sets a value specifying the criterion that is to be used in the convergence test for the algorithm. |
Enabled | Gets or sets whether a ConvergenceTest<T> is enabled. |
Error | Gets the estimated error associated with the convergence test. |
Relative | Gets or sets the relative tolerance used in the convergence test. |
Required | Gets or sets a value that indicates the number of times the test criteria must be fulfilled before the test is considered successful. |
Run | Gets or sets whether the convergence test should be run before the first actual iteration. |
Tolerance | Gets or sets the tolerance used in the convergence test. |