rgp (version 0.4-1)

plotPopulationFitnessComplexity: Fitness/Complexity plot for populations

Description

Plots the fitness against the complexity of each individual in a population.

Usage

plotPopulationFitnessComplexity(pop, fitnessFunction, complexityFunction = fastFuncVisitationLength, showIndices = TRUE, showParetoFront = TRUE, hideOutliers = 0, ...)

Arguments

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 N = hideOutliers > 0, hide outliers from the plot using a "N * IQR" criterion.
...
Additional parameters for the underlying call to plot.