| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum ConvergenceCriteria
Public Enumeration ConvergenceCriteria
public enum class ConvergenceCriteria
 Members
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
See Also