Gets and sets the delegate used to evaluate the gradient.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Action<DoubleVector, DoubleVector> GradientFunction { get; set; }
Visual Basic (Declaration)
Public Property GradientFunction As Action(Of DoubleVector, DoubleVector)
Visual C++
public:
property Action<DoubleVector^, DoubleVector^>^ GradientFunction {
	Action<DoubleVector^, DoubleVector^>^ get ();
	void set (Action<DoubleVector^, DoubleVector^>^ value);
}

See Also