Click or drag to resize

DoubleFunctionDetailsExtremumValueTolerance Property

Gets or sets the tolerance with which to converge on function value when finding a local extremum of this function. By default, this property has the value 0.0, but it is ignored because ExtremumConvergenceCriteria is set to 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 double ExtremumValueTolerance { get; set; }

Property Value

Type: Double
See Also