GM is an operator made by adding randomly selected values from a normal distribution with mean and standard deviation of MU and SIGMA, respectively, to a randomly selected gene in the chromosome.
This operator is used for value encoded (integer or real number) chromosomes.
Usage
gaussmut3(y, mutmy, mutsdy, ...)
Arguments
y
A vector. Chromosome of the offspring
mutmy
A vector. Vector of means of genes
mutsdy
A vector. Vector of standard deviations of genes
…
Further arguments passed to or from other methods.