Optimizer.OptimizationPhase Property

Top 

Description

Reports the phase of the Optimization process, which indicates whether the current iteration is associated with a nominal guess, or in evaluating a derivative.

 

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 Nominal Case

2

Evaluating finite difference case

3

Evaluating final pass of the finite difference case

 

Syntax

myVariable1 = myOptimizer1.OptimizationPhase;

 

See also

Optimizer Object