ITargetResults.OptimalValue

Fore Syntax

OptimalValue: Double;

Fore.NET Syntax

OptimalValue: double;

Description

The OptimalValue property returns optimal value of criterion function.

Comments

To get criterion function trajectory, use the ITargetResults.CriterionFunctionTrajectory property.

Fore and Fore.NET Examples

The property use is given in the example for ICpTargetAdjustment.Tolerance.

See also:

ITargetResults