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
See also
Other Plotting Functions:
generation_layouts(),
plot_cell_heatmap(),
plot_development(),
plot_evolution(),
plot_generation(),
plot_parkfitness(),
plot_population(),
plot_result(),
plot_windfarmGA(),
plot_windrose(),
population_census(),
random_search_single()
Examples
# \donttest{
plcdf <- plot_cloud(resulthex, TRUE)
# }