SolvableMultivariableFunctionPerturbationValues Property |
Gets or sets the values to use to perturb the variables when the derivative is computed numerically.
This can be ignored if the concrete function computes its derivative analytically.
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[] PerturbationValues { get; protected set; }
Public Property PerturbationValues As Double()
Get
Protected Set
public:
property array<double>^ PerturbationValues {
array<double>^ get ();
protected: void set (array<double>^ value);
}
member PerturbationValues : float[] with get, set
Property Value
Type:
DoubleSee Also