plot_cloud: Plot outputs of all generations with standard deviations

View source: R/plots.R

plot_cloudR Documentation

Plot outputs of all generations with standard deviations

Description

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 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

See Also

Other Plotting Functions: plot_development(), plot_evolution(), plot_fitness_evolution(), plot_heatmap(), plot_parkfitness(), plot_result(), plot_windfarmGA(), plot_windrose(), random_search_single()

Examples


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


YsoSirius/windfarmGA documentation built on March 13, 2024, 8:37 a.m.