Description Usage Arguments See Also
Plots fitness/complexity/age Pareto fronts for multi-objective
GP. The z-coordinate represents individual age and is shown in form
of a color scale, where younger individuals are bright green, individuals
with age maxZ
are black. Individuals not on the first Pareto
front are shown as small gray circles, regardless of age.
1 2 3 | plotParetoFront(x, y, z, indicesToMark = integer(), maxZ = 50,
main = sprintf("Population Pareto Front Plot (% Individuals)", length(x)),
...)
|
x |
A vector of type |
y |
A vector of type |
z |
A vector of type |
indicesToMark |
A index vector of points to mark with red crosses. |
maxZ |
The individual age at the large end of the age color scale. |
main |
The plot's title. |
... |
Graphic parameters for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.