Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double[] PerturbationValues { get; protected set; }

Property Value

Type: Double
See Also