plot_parkfitness: Plot the genetic algorithm results

View source: R/plots.R

plot_parkfitnessR Documentation

Plot the genetic algorithm results

Description

Plot the evolution of fitness values with the influences of selection, crossover and mutation.

Usage

plot_parkfitness(result, spar = 0.1)

Arguments

result

The output of genetic_algorithm

spar

A numeric value determining how exact a spline should be drawn. Default is 0.1

Value

Returns NULL. Used for plotting

See Also

Other Plotting Functions: plot_cloud(), plot_development(), plot_evolution(), plot_fitness_evolution(), plot_heatmap(), plot_result(), plot_windfarmGA(), plot_windrose(), random_search_single()

Examples


## Plot the results of a hexagonal grid optimization
plot_parkfitness(resulthex)


YsoSirius/windfarmGA documentation built on March 13, 2024, 8:37 a.m.