Optimizer.HasNotConverged() Method

Top 

Description

Returns 0 if the optimization engine has indicated that it has converged, otherwise returns 1. If the optimizer exits with a non-converged return code, an error occurs.

 

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.

 

Method Signature

Optimizer.HasNotConverged(

)

 

 

Return Value

Type:

number

 

 

Returns 0 if the optimization engine has indicated that it has converged, otherwise returns 1.

 

Syntax

myVariable1 = myOptimizer1.HasNotConverged();

 

 

See also

Optimizer Object