SolverVariableSettingsVariableTolerance Property |
Gets or sets the minimum step that the variable is allowed 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.2.419.0 (24.2.419.0)
Syntax public double VariableTolerance { get; set; }
Public Property VariableTolerance As Double
Get
Set
public:
property double VariableTolerance {
double get ();
void set (double value);
}
member VariableTolerance : float with get, set
Property Value
Type:
DoubleSee Also