ISmNonLinearOptimization.FunctionGradient

Fore Syntax

FunctionGradient: Array;

Fore.NET Syntax

FunctionGradient: System.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

Fore and Fore.NET Examples

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

See also:

ISmNonLinearOptimization