MultiObjectiveOptimizer.AddContinuousStateVariableBlock(StringArray) Method

Top 

Description

Creates a new entry in the MultiObjectiveOptimizer.ContinuousStateVariables array for every label provided. Continuous state variables can have any real 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.

 

Method Signature

MultiObjectiveOptimizer.AddContinuousStateVariableBlock(

StringArray labels)

 

 

Arguments

labels


Description:

The labels for this block of state variables.

 

 

 

Return Value

Type:

number

 

 

Returns the index of the first added continuous state variable.

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.AddContinuousStateVariableBlock(myStringArray1);

 

 

See also

MultiObjectiveOptimizer Object

MultiObjectiveOptimizer.AddContinuousStateVariableBlock