Description Usage Arguments Value Examples
View source: R/genetic_operators.R
This function assign random value to the individu caracteristique following a frequency of occurence
1 | mutation_simple(X, freq_m, distri_Xi, type_var)
|
freq_m |
a vector of numerics value varying from 0 to 1 which represent the frequency of mutation of each variable |
Qt |
a matrix/data.frame of all the individus generated after crossing over |
distribution |
choice of the distribution where for the mutation value |
a matrix/data.frame of the two childs from the crossing over of the parents
1 | sum(1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.