EER:

--------------------------------------------------------------------------
   Form:
   [c1,c2] = er(p1,p2,bounds,genInfo,ops)

   Since version 7.
--------------------------------------------------------------------------

   ------
   Inputs
   ------  
   p1              the first parent ( [solution string function value] )
   p2              the second parent ( [solution string function value] )
   bounds          the bounds matrix for the solution space
   genInfo
   ops             Options matrix for simple crossover [gen #SimpXovers].

   -------
   Outputs
   -------
   c1
   c2

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

  Reference:
  C.R. Houck, J.Joines, and M.Kay. A genetic algorithm for function
  optimization: A Matlab implementation. ACM Transactions on Mathmatical
  Software, Submitted 1996.

  See the included paper named "gaotv5.pdf" for more information.
--------------------------------------------------------------------------