Click or drag to resize
Accord.NET (logo)

IConstraint Methods

The IConstraint type exposes the following members.

Methods
  NameDescription
Public methodFunction
Calculates the left hand side of the constraint equation given a vector x.
Public methodGradient
Calculates the gradient of the constraint equation given a vector x
Top
Extension Methods
  NameDescription
Public Extension MethodGetViolation
Gets how much the constraint is being violated.
(Defined by ConstraintExtensions.)
Public Extension MethodIsViolated
Gets whether this constraint is being violated (within the current tolerance threshold).
(Defined by ConstraintExtensions.)
Top
See Also