Description Usage Arguments Value
Given a fitness evaluator, assign all the sequences in the last generation of a genealogy a fitness
1 | assign_fitness(genealogy, fitness_evaluator, last_generation_only = TRUE)
|
genealogy |
A genealogy |
fitness_evaluator |
A list with two elements: fun is the character string naming a fitness evaluator and args is a list of arguments that fun needs. |
last_generation_only |
If TRUE, then fitness will be computed for the last generation only. |
A genealogy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.