plot.pso {gena}R Documentation

Plot best found fitnesses during genetic algorithm

Description

Plot best found fitnesses during genetic algorithm

Usage

## S3 method for class 'pso'
plot(x, y = NULL, ...)

Arguments

x

Object of class "pso"

y

this parameter currently ignored

...

further arguments (currently ignored)

Value

This function does not return anything.


[Package gena version 1.0.0 Index]