Gets or sets the gradient of the objective function of the nonlinear program.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<Vector<double>, Vector<double>, Vector<double>> ObjectiveGradient { get; set; }
Public Property ObjectiveGradient As Func(Of Vector(Of Double), Vector(Of Double), Vector(Of Double))
Get
Set
public:
property Func<Vector<double>^, Vector<double>^, Vector<double>^>^ ObjectiveGradient {
Func<Vector<double>^, Vector<double>^, Vector<double>^>^ get ();
void set (Func<Vector<double>^, Vector<double>^, Vector<double>^>^ value);
}
member ObjectiveGradient : Func<Vector<float>, Vector<float>, Vector<float>> with get, set
Property Value
Type:
FuncVectorDouble,
VectorDouble,
VectorDoubleA delegate that represents a multivariate function that returns a vector in its second argument..
Reference