MultiObjectiveOptimizer.AddContinuousStateVariable Method

Top 

Description

Creates a new entry in the MultiObjectiveOptimizer.ContinuousStateVariables array with the specified label.

 

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.

 

Overload List

Signatures

Return Value

Description

MultiObjectiveOptimizer.AddContinuousStateVariable(String label)

Variable

Creates a new entry in the MultiObjectiveOptimizer.ContinuousStateVariables array with the specified label.

MultiObjectiveOptimizer.AddContinuousStateVariable(String label, Variable lowerBound, Variable upperBound)

Variable

Creates a new entry in the MultiObjectiveOptimizer.ContinuousStateVariables array with the specified label.

 

 

See also

MultiObjectiveOptimizer Object