Constraint.Evaluate Method
Evaluates 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 at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public abstract double Evaluate(
Vector<double> x
)
Parameters
Return Value
DoubleThe value of the constraint at x.