IMsOptimizationProblem.MethodType

Fore Syntax

MethodType: CpNonLinearMethodType;

Fore.NET Syntax

MethodType: Prognoz.Platform.Interop.Cp.CpNonLinearMethodType;

Description

The MethodType property determines problem calculation method.

Comments

By default, sequential quadratic programming is used, that is, the property is set to CpNonLinearMethodType.SequentialQP.

Fore and Fore.NET Examples

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

See also:

IMsOptimizationProblem