Click or drag to resize

DoubleFunctionalDelegateGradientFunction Property

Gets and sets the delegate used to evaluate the gradient.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Action<DoubleVector, DoubleVector> GradientFunction { get; set; }

Property Value

ActionDoubleVector, DoubleVector
See Also