Optimizer.MaximumNominalEvaluationCount Property

Top 

Description

Defines the maximum number of nominal evaluations that will be performed before the optimization process is terminated.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

3000

Valid Range:

Optimizer.MaximumNominalEvaluationCount > 0

 

Syntax

myVariable1 = myOptimizer1.MaximumNominalEvaluationCount;

 

myOptimizer1.MaximumNominalEvaluationCount = myVariable1;

 

See also

Optimizer Object