maxGenTerm:

--------------------------------------------------------------------------
   Returns 1, i.e. terminates the GA when the maximal_generation is
   reached.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [done] = maxGenTerm(ops,bPop,endPop)
--------------------------------------------------------------------------


   ------
   Inputs
   ------  
   ops       a vector of options [current_gen maximum_generation]
   bPop      a matrix of best solutions [generation_found solution_string]
   endPop    the current generation of solutions

   -------
   Outputs
   -------
   done

--------------------------------------------------------------------------