singleptXover:
--------------------------------------------------------------------------
Uniform mutation changes one of the parameters of the parent based on
a uniform probability distribution.
Since version 7.
--------------------------------------------------------------------------
Form:
[c1,c2]= singlePtX(p1,p2,bounds,Ops)
--------------------------------------------------------------------------
------
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
Ops Options matrix for simple crossover [gen #SimpXovers].
-------
Outputs
-------
c1
c2
--------------------------------------------------------------------------