MultiObjectiveOptimizer.UpdateStateVariables() Method

Top 

Description

Retrieves the next iteration of state variable values from the optimization process so that they can be subsequently used for evaluating the objective values. A call to this method should be placed at the top of the multi-objective optimization evaluation loop.

 

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.

 

Method Signature

MultiObjectiveOptimizer.UpdateStateVariables(

)

 

 

Syntax

myMultiObjectiveOptimizer1.UpdateStateVariables();

 

 

See also

MultiObjectiveOptimizer Object