ICallbackNLOptimization.GetConstraintValue

Syntax

GetConstraintValue(Indx: Integer): Variant;

Parameters

Indx. Constraint index.

Description

The GetConstraintValue method calculates and returns value of the i-th non-linear constraint.

Comments

TO get value of private derivative by the j-th variable from the i-th constraint, use the ICallbackNLOptimization.GetConstraintPartialDeriv method.

Example

The property use is given in the example for ICallbackNLOptimization.GetConstraintPartialDeriv.

See also:

ICallbackNLOptimization