 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double CentralDifferenceDelta { get; set; }
Public Property CentralDifferenceDelta As Double
Get
Set
public:
property double CentralDifferenceDelta {
double get ();
void set (double value);
}
member CentralDifferenceDelta : float with get, set
Property Value
Double
RemarksIf the deriving class overrides the GradientWithRespectToParams
method then this property is not used.
See Also