nonUnifMutation:

--------------------------------------------------------------------------
   Non uniform mutation changes one of the parameters of the parent
   based on a non-uniform probability distribution.  This Gaussian
   distribution starts wide, and narrows to a point distribution as the
   current generation approaches the maximum generation.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [parent] = nonUnifMutate(parent,bounds,Ops,seed)
--------------------------------------------------------------------------

   ------
   Inputs
   ------  
   parent        the first parent ( [solution string function value] )
   bounds        the bounds matrix for the solution space
   Ops           Options for nonUnifMutate[gen #NonUnifMutations maxGen b]

   -------
   Outputs
   -------
   parent

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

Children:

Sail: GAOT/deltaFunction