The first stop criterion is the maximum number of optimization iterations which is default 50. When the maximum number of optimization iterations is reached the optimization algorithm always stops independent upon the values of the two previously mentioned criteria. The allowed maximum number of optimization iterations can be increased or decreased by the user. This is done by modifying ITER_MAX in the STOP command STOP ID_NAME = global_stop ITER_MAX = 55 END_ where ITER_MAX is increased to 55.
|