Optimizer.FiniteDifferenceMethod Property

Top 

Description

The method used to obtain finite difference derivatives.

 

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:

integer

Access:

read/write

Default Value:

0 ( Forward Difference )

Valid Values:

Value

Label

0

Forward Difference

1

Central Difference

2

4th Order Central Difference

 

Syntax

myVariable1 = myOptimizer1.FiniteDifferenceMethod;

 

myOptimizer1.FiniteDifferenceMethod = myVariable1;

 

See also

Optimizer Object