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