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