OptimizationStateVariable.Scale Property

Top 

Description

The scale factor used for the optimization variable. This can be used to normalize state variable values to be the same order of magnitude to preserve better matrix conditioning.

 

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.0

 

Syntax

myVariable1 = myOptimizationStateVariable1.Scale;

 

myOptimizationStateVariable1.Scale = myVariable1;

 

See also

OptimizationStateVariable Object