 
               

 
               call ContinueFor   ( niter )   ; 
            
The ContinueFor call sets the number of additional iterations for the genetic algorithm optimization. The input to the ContinueFor subroutine is as follows:
| niter | specifies that the optimization continue for niter more iterations. To stop at the current iteration, set niter to 0. |