Description Usage Arguments Value Examples
Takes in fitness values and ranks them. See Page 80 of G/H.
1 | fitnessRanks(fitness)
|
fitness |
The values of the fitness evaluated from the fitness function. |
The ranked fitnesses.
1 2 | initPopAIC <- sapply(initPop, function(x) AIC(x$fit))
fitnessRanks(initPopAIC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.