Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum ConvergenceCriteria
Members
  Member nameDescription
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