Plots the fitness against the complexity of each individual in a population.
1 2 3 | plotPopulationFitnessComplexity(pop, fitnessFunction,
complexityFunction = fastFuncVisitationLength, showIndices = TRUE,
showParetoFront = TRUE, hideOutliers = 0, ...)
|
pop |
A population to plot. |
fitnessFunction |
The function to calculate an individual's fitness with. |
complexityFunction |
The function to calculate an individual's complexity with. |
showIndices |
Whether to show the population index of each individual. |
showParetoFront |
Whether to highlight the pareto front in the plot. |
hideOutliers |
If |
... |
Additional parameters for the underlying call to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.