ISmNonLinearOptimization.OptimalFunctionValue

Fore Syntax

OptimalFunctionValue: Double;

Fore.NET Syntax

OptimalFunctionValue: double;

Description

The OptimalFunctionValue property returns the criterion function value that corresponds to the found solution.

Comments

Value is available only after method calculation.

Fore and Fore.NET Examples

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

See also:

ISmNonLinearOptimization