Places a limit on the number of iterations Amos will perform. If this limit is reached, Amos will stop after reporting its current parameter estimates, even if the convergence criteria (see the Crit1 and Crit2 methods) have not been met.
Syntax
object.Iterations (nIterations)
The Iterations method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
nIterations |
Upper bound on the number of iterations. |
Placement: [1].
Default
There is no limit on the number of iterations.
See Also