Optimizer.FeasibilityTolerance Property

Top 

Description

The application of this property depends on which third party optimization engine is loaded. If Ipopt is loaded, this value is used to set the "constr_viol_tol option". If SNOPT is loaded, this value is used to set the "Major feasibility tolerance" and the "Minor feasibility tolerance". If NLopt is loaded, this value is used to set each of the individual constraint tolerances.

 

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

Valid Range:

Optimizer.FeasibilityTolerance > 0

 

Syntax

myVariable1 = myOptimizer1.FeasibilityTolerance;

 

myOptimizer1.FeasibilityTolerance = myVariable1;

 

See also

Optimizer Object