Description Usage Arguments Value Examples
Given a population with recorded fitness. Select best Y portion and repopulate.
1 | Selection(inPop, por = 0.1)
|
inPop |
The input population-object |
por |
The portion of population to keep for gen n+1 (Default = 0.1) |
A population of the same size generated from the top portion
1 | Gn+1 <- Selection(Gn, "surviving_portion")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.