MultiObjectiveOptimizer.AddIntegerStateVariableBlock Method

Top 

Description

Creates 'n' new entries in the MultiObjectiveOptimizer.IntegerStateVariables array. Label is used as a prefix to create incremented labels for each entry. 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 nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

MultiObjectiveOptimizer.AddIntegerStateVariableBlock(StringArray labels)

Variable

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

MultiObjectiveOptimizer.AddIntegerStateVariableBlock(Variable n, String baseLabel)

Variable

Creates 'n' new entries in the MultiObjectiveOptimizer.IntegerStateVariables array. Label is used as a prefix to create incremented labels for each entry. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

MultiObjectiveOptimizer.AddIntegerStateVariableBlock(StringArray labels, Array lowerBounds, Array upperBounds)

Variable

Creates a new entry in the MultiObjectiveOptimizer.IntegerStateVariables array for every label provided, while providing initial values for StateVariable properties. All array arguments must be of the same length. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

MultiObjectiveOptimizer.AddIntegerStateVariableBlock(Variable n, String baseLabel, Variable lowerBound, Variable upperBound)

Variable

Creates 'n' new entries in the MultiObjectiveOptimizer.IntegerStateVariables array, while providing initial values for StateVariable properties. Label is used as a prefix to create incremented labels for each entry. Integer state variables can have any real integer value between or equal to their lower and upper bounds.

 

 

See also

MultiObjectiveOptimizer Object