Options: Array;
The Options property determines parameters of set custom class.
The Options array must contain at least 16 elements. The first array element is responsible for stopping iteration process:
If the first element is 0, calculation continues.
If the first element is not 0, calculation stops.
The rest of 15 elements in the Options array are not used.
To get criterion function value, use the ICallbackNLOptimization.GetObjFunValue method.
The property use is given in the example for ICallbackNLOptimization.GetConstraintPartialDeriv.
See also: