Linear Constraint.Evaluate Constraint And Gradient Method
Evaluates both the constrain value and its gradient in one operation.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the constraint at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double EvaluateConstraintAndGradient(
Vector<double> x
)
Parameters
Return Value
DoubleThe value of the constraint at x.