ISmNonLinearOptimization.FunctionGradient

Syntax

FunctionGradient: Array;

Description

The FunctionGradient property returns criterion function gradient that corresponds to the found solution.

Comments

To set non-linear constraints, use the ISmNonLinearOptimization.NonLinearConstraints property

Example

The property use is given in the example for ISmNonLinearOptimization.InitApproximation.

See also:

ISmNonLinearOptimization