ICallbackNLOptimization.GetObjFunValue

Fore Syntax

GetObjFunValue: Variant;

Fore.NET Syntax

GetObjFunValue(): object;

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.

Fore and Fore.NET Examples

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

See also:

ICallbackNLOptimization