plot_perm: Genetic Algorithm plot

Description Usage Arguments

Description

A quick way to visualize the GA results.

Usage

1
2
3
4
5
6
  ## S3 method for class 'GAPerm'
 plot(x, xlab = "Generation",
    ylab = "Fitness", main = "GA optimization",
    bestcol = "steelblue", meancol = "tomato", lwd = 2,
    legend.pos = c("bottomright", "bottom", "bottomleft", "left", "topleft", "top", "topright", "right", "center"),
    ...)

Arguments

x

An object of class GAPerm.

xlab

The label for the x-axis.

ylab

The label for the y-axis.

main

The plot title.

bestcol

The color for the best fitness evolution line

meancol

The color for the mean fitness evolution line

lwd

The line width.

legend.pos

The legend position, as a character vector.

...

Other parameters (will be ignored).


gaoptim documentation built on May 30, 2017, 12:37 a.m.

Related to plot_perm in gaoptim...