OptimizationStateVariable.Perturbation Property

Top 

Description

Perturbation associated with the state variable. This is used when evaluating finite differences to compute the Jacobian of the constraints and the gradient of the objective function.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

1.0e-6

 

Syntax

myVariable1 = myOptimizationStateVariable1.Perturbation;

 

myOptimizationStateVariable1.Perturbation = myVariable1;

 

See also

OptimizationStateVariable Object