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>, double> ObjectiveAndGradient { get; set; }
Public Property ObjectiveAndGradient As Func(Of Vector(Of Double), Vector(Of Double), Double)
Get
Set
public:
property Func<Vector<double>^, Vector<double>^, double>^ ObjectiveAndGradient {
Func<Vector<double>^, Vector<double>^, double>^ get ();
void set (Func<Vector<double>^, Vector<double>^, double>^ value);
}
member ObjectiveAndGradient : Func<Vector<float>, Vector<float>, float> with get, set
Property Value
Type:
FuncVectorDouble,
VectorDouble,
DoubleA delegate that represents a multivariate function that returns a vector in its second argument..
Reference