ISmBoxConstrainedOptimization.FunctionString

Syntax

FunctionString: String;

Description

The FunctionString property determines efficiency function.

Comments

To get criterion function gradient corresponding to the found solution, use the ISmBoxConstrainedOptimization.FunctionGradient property.

The function expression may get the Fore function implemented in the unit that is sent as follows: <Unit identifier>.<Function identifier>[(Function parameters)]. To do this, determine a repository, in which the unit is searched.

The use of the expression, implemented in the unit, is given in the example for ISmExpressionProvider.Metabase.

Example

The property use is given in the example for ISmBoxConstrainedOptimization.Solution

See also:

ISmBoxConstrainedOptimization