powered by
Plot the evolution of fitness values with the influences of selection, crossover and mutation.
plot_parkfitness(result, spar = 0.1)
Returns NULL. Used for plotting
The output of genetic_algorithm
genetic_algorithm
A numeric value determining how exact a spline should be drawn. Default is 0.1
Other Plotting Functions: plot_cloud(), plot_development(), plot_evolution(), plot_fitness_evolution(), plot_result(), plot_windfarmGA(), plot_windrose(), random_search_single()
plot_cloud()
plot_development()
plot_evolution()
plot_fitness_evolution()
plot_result()
plot_windfarmGA()
plot_windrose()
random_search_single()
# \donttest{ ## Plot the results of a hexagonal grid optimization plot_parkfitness(resulthex) # }
Run the code above in your browser using DataLab