Linear Constraint.Evaluate Gradient Method
Evaluates the gradient of the constraint at the specified point.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the constraint gradient at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Vector<double> EvaluateGradient(
Vector<double> x
)
Parameters
Return Value
Vector<Double>The value of the constraint gradient at x.
Remarks
For a linear constraint, the gradient is equal to the vector of coefficients. It is independent of x.