MultiObjectiveOptimizer.MaximumConsecutiveStalledGenerations Property

Top 

Description

The maximum allowed number of consecutive stalled generations. A stalled generation is one in which the pareto front is not advanced because no new non-dominated solutions are found. When the maximum number of stalled generations is reached, the optimization process is terminated. The generation stall exit condition can be disabled by setting this property zero.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1000

Valid Range:

MultiObjectiveOptimizer.MaximumConsecutiveStalledGenerations ≥ 0

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.MaximumConsecutiveStalledGenerations;

 

myMultiObjectiveOptimizer1.MaximumConsecutiveStalledGenerations = myVariable1;

 

See also

MultiObjectiveOptimizer Object