Click or drag to resize

DoubleFunctionDetailsExtremumConvergenceCriteria Property

Gets or sets the criteria used for convergence when searching for a precise local extremum of this function. When set to Variable, the ExtremumVariableTolerance is used. When set to Function, the ExtremumValueTolerance is used. Convergence can also be allowed on Either criteria or Both criteria can be required. By default, this property has the value Variable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConvergenceCriteria ExtremumConvergenceCriteria { get; set; }

Property Value

Type: ConvergenceCriteria
See Also