Optimizer.Jacobian Property

Top 

Description

The Jacobian of the constraints. This is the partial derivative of the constraints with respect to the state variables. At the beginning of the optimization process, FreeFlyer fills this matrix with a constant (-999) so that any derivatives the user provides using this matrix can be automatically detected. All derivatives that the user does not provide will be calculated numerically. When FreeFlyer calculates the derivatives numerically, the columns of the Jacobian are filled in one at a time as they are calculated.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Matrix of number

Access:

read/write

Default Value:


 

Syntax

myMatrix1 = myOptimizer1.Jacobian;

 

myOptimizer1.Jacobian = myMatrix1;

 

See also

Optimizer Object