powered by
Plot the evolution of fitness values and the change in the min, mean and max fitness values to the former generations.
plot_fitness_evolution(result, spar = 0.1)
The output of windfarmGA or genetic_algorithm
windfarmGA
genetic_algorithm
A numeric value determining how exact a spline should be drawn. Default is 0.1
Other Plotting Functions: interpol_view(), plot_cloud(), plot_development(), plot_evolution(), plot_heatmap(), plot_parkfitness(), plot_result(), plot_viewshed(), plot_windfarmGA(), plot_windrose(), random_search_single()
interpol_view()
plot_cloud()
plot_development()
plot_evolution()
plot_heatmap()
plot_parkfitness()
plot_result()
plot_viewshed()
plot_windfarmGA()
plot_windrose()
random_search_single()
# NOT RUN { ## Plot the results of a hexagonal grid optimization plot_fitness_evolution(resulthex, 0.1) # }
Run the code above in your browser using DataLab