Optimizer.MaximumInfeasibility Property

Top 

Description

The current maximum violation of both the state variable bounds and the constraint bounds. This property is updated anytime the Minimize/Maximize Optimizer methods are used.

 

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

Valid Range:

Optimizer.MaximumInfeasibility ≥ 0

 

Syntax

myVariable1 = myOptimizer1.MaximumInfeasibility;

 

See also

Optimizer Object