plotevolution.fit {seao}R Documentation

Plot the evolution of the fitness of an optimization.

Description

Makes a plot of the evolution of the fitness. One can choose whether the minimum, maximum, average or all fitness is plotted, or if boxplots must be used, of if the standard deviation must be plotted. Also, the generations to plot can be chosen.

Usage

  plotevolution.fit(struc.ea, gens=NULL, show="average", plot=TRUE, ...)

Arguments

struc.ea An object of type evoutionary algorithms. This contains the data to be plotted
gens A vector containing the generations to plot. The default value is NULL, giving all generations present in the optimization.
show Defines what should be plotted: 'min' for minimum fitnesses, 'max' for maximum fitnesses, 'average' for average fitnesses, 'all' for all fitnesses, 'box' for boxplots of fitnesses per generations and 'stdev' for the standard deviations.
plot If set to FALSE, the result is not plotted but assigned to an object or written to the screen.
... Arguments to set for plotting. See plot

Details

Author(s)

Kurt Sys (kurt.sys@rug.ac.be)

References

See Also

Examples






[Package seao version 0.2-1 Index]