Nonlinear Program.Objective And Gradient Property
Gets or sets the gradient of the objective function of the nonlinear program.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a multivariate function that returns a vector in its second argument..
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<Vector<double>, Vector<double>, double>? ObjectiveAndGradient { get; set; }
Property Value
Func<Vector<Double>, Vector<Double>, Double>A delegate that represents a multivariate function that returns a vector in its second argument..