inversionMutation:

--------------------------------------------------------------------------
   Inversion mutation inverts the bits or permutation between two 
   cut points.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [child] = inversionMutation(par,bounds,genInfo,Ops)
--------------------------------------------------------------------------

   ------
   Inputs
   ------  
   parent            the first parent ( [solution string function value] )
   bounds            the bounds matrix for the solution space
   Ops               Options for binaryMutation [gen prob_of_mutation]

   -------
   Outputs
   -------
   child

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