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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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