IMsOptimizationProblem.NodesCount

Fore Syntax

NodesCount: Integer;

Fore.NET 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: 5.

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

Fore and Fore.NET Examples

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

See also:

IMsOptimizationProblem