ConvergenceCriteria Enumeration |
Specifies the criteria to be used in determining convergence.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ConvergenceCriteria
Public Enumeration ConvergenceCriteria
public enum class ConvergenceCriteria
Members
| Member name | Description |
---|
| Either |
Convergence in either the variable value or the function value is required.
|
| Variable |
Convergence in the variable value is required.
|
| Function |
Convergence in the function value is required.
|
| Both |
Convergence in both the variable value and the function value is required.
|
See Also