Description Usage Arguments Details Examples
ExtractBestIndividual()
ExtractBestIndividual() identifies the most fit individual within a
generation
and returns linear regression object produced by either
lm
or glm
. It also prints a summary of the linear
regression object and the fitness value if prompted by the user.
1 | ExtractBestIndividual(generation, fitness.vec)
|
generation |
A list of individual genomes or co-variate sets |
fitness.vec |
A vector of the fitness values for the input |
plot.flat |
A binary flag (0/1) which indicates whether to print a summary of the fitness of the best individual |
Called from within Select()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.