IMsOptimizationProblem.Extremum

Fore Syntax

Extremum: ExtremumType;

Fore.NET Syntax

Extremum: Prognoz.Platform.Interop.Cp.ExtremumType;

Description

The Extremum property determines the type of the extremum which is searched on finding optimal value of criterion function.

Comments

To set criterion function, use the IMsOptimizationProblem.CriterionFunction property.

Fore and Fore.NET Examples

The property use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsOptimizationProblem