Optimizer.FiniteDifferenceMethod Property

Top 

Description

The method used to obtain finite difference derivatives.

 

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:

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