plot.gena {gena} | R Documentation |
Plot best found fitnesses during genetic algorithm
Description
Plot best found fitnesses during genetic algorithm
Usage
## S3 method for class 'gena'
plot(x, y = NULL, ...)
Arguments
x |
Object of class "gena" |
y |
this parameter currently ignored |
... |
further arguments (currently ignored) |
Value
This function does not return anything.
[Package gena version 1.0.0 Index]