mutationChildren =
mutationgaussian (parents, options, nvars, FitnessFcn, state, thisScore, thisPopulation)
¶Default mutation function
mutationgaussian uses a random number from the gaussian distribution added to the mean to each entry of the parent
Inputs
Row vector of parents chosen by a selection function
options
Number of variables
Fitness function
Structure containing information about current generation
vector of scores for the current population
Matrix of individuals in the current population
Outputs
mutated offspring as a matrix where rows correspond to children, number of columns is the number of variables.
See also: ga.
Package: ga