Optimizer.UseJacobianSparsity Property

Top 

Description

Determines whether to use the sparsity of the Jacobian to simplify the optimization algorithm, or to process the full dense Jacobian. This property has no effect when using NLopt, as a dense Jacobian is always used by this engine.

 

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:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myOptimizer1.UseJacobianSparsity;

 

myOptimizer1.UseJacobianSparsity = myVariable1;

 

See also

Optimizer Object