ICallbackNLOptimization.GetConstraintPartialDeriv

Fore Syntax

GetConstraintPartialDeriv(IndxCnstr: Integer; IndxVrb: Integer): Variant;

Fore.NET Syntax

GetConstraintPartialDeriv(IndxCnstr: integer; IndxVrb: integer): object;

Parameters

IndxCnstr. Constraint index.

IndxVrb. Variable index.

Description

The GetConstraintPartialDeriv method calculates and returns value of the partial derivative for j-th variable from i-th constraint to optimization method.

Comments

To get criterion function value, use the ICallbackNLOptimization.GetObjFunValue method.

Fore and Fore.NET Examples for CallBackNLO Class

The example describes the custom class used to calculate values of variables, criterion function and non-linear constraints. The use of this class for event handling is given in the Fore example for ISmNonLinearOptimization.Callback.

Fore Example

The example describes the custom class used to calculate values of variables, criterion function and non-linear constraints. The use of this class for event handling is given in the Fore.NET Example for ISmNonLinearOptimization.Callback.

Fore.NET Example

Fore and Fore.NET Examples for CallBackBCO Class

The example describes the custom class used to calculate values of variables, criterion function and non-linear constraints. The use of this class for event handling is given in the Fore example for ISmBoxConstrainedOptimization.Callback.

Fore Example

The example describes the custom class used to calculate values of variables, criterion function and non-linear constraints. The use of this class for event handling is given in the Fore example for ISmBoxConstrainedOptimization.Callback.

Fore.NET Example

See also:

ICallbackNLOptimization