MultiObjectiveOptimizer.HypervolumeStallWindow Property

Top 

Description

The value of this property determines the number of past generational hypervolume values to include in the computation of the hypervolume stall value. The hypervolume stall exit condition can be disabled by setting this property zero. See the MultiObjectiveOptimizer.HypervolumeStallTolerance property for more information.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond 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:

100

Valid Range:

MultiObjectiveOptimizer.HypervolumeStallWindow ≥ 0

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.HypervolumeStallWindow;

 

myMultiObjectiveOptimizer1.HypervolumeStallWindow = myVariable1;

 

See also

MultiObjectiveOptimizer Object