Optimizer.ObjectiveFunctionScale Property

Top 

Description

The scale used for the objective function. This can be used to normalize the objective function value to be the same order of magnitude of constraints and state variables to preserve better matrix conditioning.

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1.0

Valid Range:

Optimizer.ObjectiveFunctionScale > 0

 

Syntax

myVariable1 = myOptimizer1.ObjectiveFunctionScale;

 

myOptimizer1.ObjectiveFunctionScale = myVariable1;

 

See also

Optimizer Object