ICallbackNLOptimization.GetObjFunValue

Syntax

GetObjFunValue: Variant;

Description

The GetObjFunValue method calculates and returns criterion function value.

Comments

To get value of partial derivative of criterion function by j-th variable, use the ICallbackNLOptimization.GetObjFunPartialDeriv method.

Example

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

See also:

ICallbackNLOptimization