Description Usage Arguments Examples
View source: R/gaExpSelection.R View source: R/mate.R
In nonlinear Ranking selection method, individuals are first sorted according to their fitness value and then the ranks are assigned to them. Best individual gets rank 'N' and the worst one gets rank '1'. The selection probabilities here are exponentially weighted. The base of the exponent is c.
1 | gaExpSelection(population, fitnessVec, eliteRate, c)
|
population |
a matrix of size n*p |
fitnessVec |
a vector with length n |
eliteRate |
a proportion between zero and one |
c |
exponential base |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.