Gets and sets the delegate for the gradient with respect to the parameters.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public Action<DoubleVector, double, DoubleVector> Gradient { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Gradient As Action(Of DoubleVector, Double, DoubleVector) |
| Visual C++ |
|---|
public: property Action<DoubleVector^, double, DoubleVector^>^ Gradient { Action<DoubleVector^, double, DoubleVector^>^ get (); void set (Action<DoubleVector^, double, DoubleVector^>^ value); } |