Skip to contents

Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.

Usage

plot_cloud(result, pl = FALSE)

Arguments

result

The output of windfarmGA or genetic_algorithm

pl

Should the results be plotted? Default is FALSE

Value

Returns a data.frame with the values for fitness, efficiency and energy for all evaluated individuals

Examples

# \donttest{
## Plot the results of a hexagonal grid optimization
plcdf <- plot_cloud(resulthex, TRUE)

# }