Constraint.Evaluate Gradient Method
Evaluates the gradient of the constraint at the specified point.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the constraint gradient at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public abstract Vector<double> EvaluateGradient(
Vector<double> x
)
Parameters
Return Value
Vector<Double>The value of the constraint gradient at x.