partmapXover:

--------------------------------------------------------------------------
   Partmap crossover takes two parents P1,P2 and performs a partially
   mapped crossover. 

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [ch1,ch2] = partmapXover(par1,par2,bounds,Ops)
--------------------------------------------------------------------------

   ------
   Inputs
   ------  
   par1              the first parent ( [solution string function value] )
   par2              the second parent ( [solution string function value] )
   bounds          the bounds matrix for the solution space
   Ops             Options matrix for simple crossover [gen #SimpXovers].

   -------
   Outputs
   -------
   ch1
   ch2

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