Constraint.Evaluate Method

Evaluates the constraint at the specified point.

DefinitionPermalink

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public abstract double Evaluate(
	Vector<double> x
)

ParametersPermalink

x  Vector<Double>
The point at which to evaluate the constraint.

Return ValuePermalink

Double
The value of the constraint at x.

See AlsoPermalink