IMsOptimizationProblem.NodesCount

Syntax

NodesCount: Integer;

Description

The NodesCount property determines the number of spans, in which the range defined for controlling variables should be divided.

Comments

The default value is 5.

The property is used if grid search is used as a calculation method. To set calculation method, use the IMsOptimizationProblem.MethodType property.

Example

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

See also:

IMsOptimizationProblem