| OptimizerMultivariableFunctionPerturbationValues 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also