multiNonUnifMutation:
--------------------------------------------------------------------------
Multi-Non uniform mutation changes all 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] = multiNonUnifMutation(parent,bounds,Ops)
--------------------------------------------------------------------------
------
Inputs
------
parent the first parent ( [solution string function value] )
bounds the bounds matrix for the solution space
Ops Options for multiNonUnifMutation
[gen #MultiNonUnifMutations maxGen b]
-------
Outputs
-------
parent
--------------------------------------------------------------------------
Children:
Sail: GAOT/deltaFunction