MultiObjectiveOptimizer.OptimizationPhase Property

Top 

Description

Reports the phase of the optimization process, which indicates whether the current evaluation is associated with the first member of a new generation.

 

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

Valid Values:

Value

Label

0

Not started

1

Evaluating first member of generation

2

Evaluating non-first member of generation

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.OptimizationPhase;

 

See also

MultiObjectiveOptimizer Object