powered by
Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.
plot_cloud(result, pl = FALSE)
Returns a data.frame with the values for fitness, efficiency and energy for all evaluated individuals
The output of genetic_algorithm
genetic_algorithm
Should the results be plotted? Default is FALSE
Other Plotting Functions: plot_development(), plot_evolution(), plot_fitness_evolution(), plot_parkfitness(), plot_result(), plot_windfarmGA(), plot_windrose(), random_search_single()
plot_development()
plot_evolution()
plot_fitness_evolution()
plot_parkfitness()
plot_result()
plot_windfarmGA()
plot_windrose()
random_search_single()
# \donttest{ ## Plot the results of a hexagonal grid optimization plcdf <- plot_cloud(resulthex, TRUE) # }
Run the code above in your browser using DataLab