The GA Procedure

ContinueFor Call

sets the number of additional iterations for the genetic algorithm optimization

call ContinueFor( niter );

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.

Previous Page | Next Page | Top of Page