powered by
The plot method for gaisl-class objects gives a plot of best fitness values found in each island during the GA iterations.
plot
gaisl-class
# S4 method for gaisl plot(x, y, …)
An object of class "gaisl".
"gaisl"
Not used.
Further arguments passed to plot.default, such as ylim, ylab, etc., or to matplot, such as col, lty, and lwd.
plot.default
ylim
ylab
matplot
col
lty
lwd
The method invisibly return a list with the following components:
a vector of values specifying the iteration.
a matrix of best fitness values for each island along the columns.
Plot best fitness values found in each island during the GA iterations.
gaisl, gaisl-class.
gaisl
# NOT RUN { # See examples in help(gaisl) # }
Run the code above in your browser using DataLab