MultiObjectiveOptimizer.AddIntegerStateVariable Method

Top 

Description

Creates a new entry in the MultiObjectiveOptimizer.IntegerStateVariables array with the specified label. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

 

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.AddIntegerStateVariable(String label)

Variable

Creates a new entry in the MultiObjectiveOptimizer.IntegerStateVariables array with the specified label. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

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

Variable

Creates a new entry in the MultiObjectiveOptimizer.IntegerStateVariables array with the specified label. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

 

 

See also

MultiObjectiveOptimizer Object