Description Usage Arguments Value Author(s) Examples
This function performs universal selection. The function handles multiple populations and calls the low level selection function for the actual selection process.
1 |
SEL_F |
character string indicating the selection function. |
Chrom |
a matrix containing the individuals (parents) of the current population. Each row corresponds to one individual. |
FitnV |
a vector containing the fitness values of the individuals in the population. |
GGAP |
an optional number indicating rate of individuals to be selected. Default is set to 1. |
SUBPOP |
an optional number indicating subpopulations. Default is set to 1 subpopulation. |
... |
ohter aurguments passed on to selection function. |
a matrix containing the selected individuals.
The original matlab implementation of mutate was written by Hartmut Pohlheim. The R implementation was written by David Zhao.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.