Optimizer.UpdateStateVariables() Method

Top 

Description

Retrieves the next iteration of state variable values from the optimization process and stores them in the Optimizer object so that they can be subsequently used for evaluating the constraints and objective function. A call to this method should be placed at the top of the optimizer evaluation loop.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Optimizer.UpdateStateVariables(

)

 

 

Syntax

myOptimizer1.UpdateStateVariables();

 

 

See also

Optimizer Object