Click or drag to resize

SolverVariableSettingsVariableTolerance Property

Gets or sets the minimum step that the variable is aloud to take. If a MultivariableFunctionSolver asks the function to step by a value less than this, it means that the function results will not change by any relevant amount. If all the variables are asked to step by a value less than their VariableTolerance, then the solver must abort.

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 VariableTolerance { get; set; }

Property Value

Type: Double
See Also