Learn R Programming

windfarmGA (version 5.0.0)

plot_cloud: Per-generation fitness / efficiency / energy

Description

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)

Value

A data.frame with fitness, efficiency and energy summaries

Arguments

result

The output of genetic_algorithm

pl

Draw the three panels? Default is FALSE

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

Run this code
# \donttest{
plcdf <- plot_cloud(resulthex, TRUE)
# }

Run the code above in your browser using DataLab