Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.gaisl-method

Plot of Islands Genetic Algorithm search path


Description

The plot method for gaisl-class objects gives a plot of best fitness values found in each island during the GA iterations.

Usage

## S4 method for signature 'gaisl'
plot(x, y, ...)

Arguments

x

An object of class "gaisl".

y

Not used.

...

Further arguments passed to plot.default, such as ylim, ylab, etc., or to matplot, such as col, lty, and lwd.

Details

Plot best fitness values found in each island during the GA iterations.

Value

The method invisibly return a list with the following components:

iter

a vector of values specifying the iteration.

summary

a matrix of best fitness values for each island along the columns.

Author(s)

Luca Scrucca

See Also

Examples

# See examples in help(gaisl)

GA

Genetic Algorithms

v3.2.1
GPL (>= 2)
Authors
Luca Scrucca [aut, cre] (<https://orcid.org/0000-0003-3826-0484>)
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.