plot_fitness_evolution | R Documentation |
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)
result |
The output of |
spar |
A numeric value determining how exact a spline should be drawn. Default is 0.1 |
Returns NULL. Used for plotting
Other Plotting Functions:
plot_cloud()
,
plot_development()
,
plot_evolution()
,
plot_parkfitness()
,
plot_result()
,
plot_windfarmGA()
,
plot_windrose()
,
random_search_single()
## Plot the results of a hexagonal grid optimization
plot_fitness_evolution(resulthex, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.