Optimizer.ValidateUserDerivatives Property

Top 

Description

Determines whether initial validation is performed on the values of user-provided derivatives. When set to true, an error is reported if a user-provided derivative is more than 10% different than the finite difference derivative evaluated during the sampling process.

 

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:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myOptimizer1.ValidateUserDerivatives;

 

myOptimizer1.ValidateUserDerivatives = myVariable1;

 

See also

Optimizer Object