gaussmut2 | R Documentation |
Gauss Mutation-2 is an operator by adding a randomly selected value from the standard normal distribution to a randomly selected gene in the chromosome.
This operator is used for value encoded (integer or real number) chromosomes.
gaussmut2(y, ...)
y |
A vector. Chromosome of the offspring |
... |
Further arguments passed to or from other methods. |
mutant |
A vector. Chromosome of the offspring |
mutgen |
The number of the mutated gene. |
Zeynel Cebeci & Erkut Tekeli
mutate
,
bitmut
,
randmut
,
randmut2
,
randmut3
,
randmut4
,
unimut
,
boundmut
,
nunimut
,
nunimut2
,
powmut
,
powmut2
,
gaussmut
,
gaussmut3
,
bsearchmut1
,
bsearchmut2
,
swapmut
,
invmut
,
shufmut
,
insmut
,
dismut
,
invswapmut
,
insswapmut
,
invdismut
offspring = c(8, 6, 4, 1, 3, 7) set.seed(12) gaussmut2(offspring)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.