R/plot.R
plot_Output.Rd
Produces a base R line plot of average and best fitness across generations with simple auto-scaling of y-limits.
plot_Output(res)
Data frame with columns `generation`, `fitness_average`, `fitness_best`.
Invisibly returns `NULL`. Draws a plot as a side effect.