Skip to contents

Summarise every evaluated individual. With pl = TRUE draw three panels of points (max as a line). The returned table has min / mean / max / sd per generation.

Usage

plot_cloud(result, pl = FALSE)

Arguments

result

The output of genetic_algorithm

pl

Draw the three panels? Default is FALSE

Value

A data.frame with fitness, efficiency and energy summaries

Examples

# \donttest{
plcdf <- plot_cloud(resulthex, TRUE)

# }