Description
Creates a new entry in the Optimizer.StateVariables array with the specified label.
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
|
Optimizer.AddStateVariable(String label)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
Optimizer.AddStateVariable(String label, Variable initialGuess)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
Optimizer.AddStateVariable(String label, Variable initialGuess, Variable lowerBound)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
Optimizer.AddStateVariable(String label, Variable initialGuess, Variable lowerBound, Variable upperBound)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
Optimizer.AddStateVariable(String label, Variable initialGuess, Variable lowerBound, Variable upperBound, Variable scale)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
Optimizer.AddStateVariable(String label, Variable initialGuess, Variable lowerBound, Variable upperBound, Variable scale, Variable perturbation)
|
Variable
|
Creates a new entry in the Optimizer.StateVariables array with the specified label.
|
See also
Optimizer Object
|