NonlinearProgram.ObjectiveGradient Property

Gets or sets the gradient of the objective function of the nonlinear program.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<Vector<double>, Vector<double>, Vector<double>> ObjectiveGradient { get; set; }

Property Value

Func<Vector<Double>, Vector<Double>, Vector<Double>>
A delegate that represents a multivariate function that returns a vector in its second argument..

See Also