Click or drag to resize

DoubleParameterizedFunctionCentralDifferenceDelta Property

Gets and sets the delta used in the centeral difference method for approximating the gradient with respect to the parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double CentralDifferenceDelta { get; set; }

Property Value

Double
Remarks
If the deriving class overrides the GradientWithRespectToParams method then this property is not used.
See Also