GetConstraintPartialDeriv(IndxCnstr: Integer; IndxVrb: Integer): Variant;
GetConstraintPartialDeriv(IndxCnstr: integer; IndxVrb: integer): object;
IndxCnstr. Constraint index.
IndxVrb. Variable index.
The GetConstraintPartialDeriv method calculates and returns value of the partial derivative for j-th variable from i-th constraint to optimization method.
To get criterion function value, use the ICallbackNLOptimization.GetObjFunValue method.
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.
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.
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.
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.
See also: