ICallbackNLOptimization.Options

Syntax

Options: Array;

Description

The Options property determines parameters of set custom class.

Comments

The Options array must contain at least 16 elements. The first array element is responsible for stopping iteration process:

The rest of 15 elements in the Options array are not used.

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

Example

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

See also:

ICallbackNLOptimization