Affects one of the convergence criteria used in deciding whether a local minimum has been reached. Amos requires the absolute value of each first order derivative to be less than the value specified by Crit1 at the end of the final iteration.
Syntax
object.Crit1 (threshold)
The Crit1 method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
threshold |
Threshold for the absolute value of each first order derivative. |
Placement: [1].
Default
The absolute value of each first order derivative is required to be less than .00001 at the end of the final iteration.
See Also