Learn R Programming

windfarmGA (version 5.0.0)

plot_development: When the best layout improved

Description

Change of the generation-best fitness. Green = new record, orange = flat, red = worse. Blue line is the share of grid cells visited so far.

Usage

plot_development(result)

Value

Returns NULL. Used for plotting

Arguments

result

The output of genetic_algorithm

See Also

Other Plotting Functions: generation_layouts(), plot_cell_heatmap(), plot_cloud(), plot_evolution(), plot_generation(), plot_parkfitness(), plot_population(), plot_result(), plot_windfarmGA(), plot_windrose(), population_census(), random_search_single()

Examples

Run this code
# \donttest{
plot_development(resultrect)
# }

Run the code above in your browser using DataLab