Produces a base R line plot of average and best fitness across generations with simple auto-scaling of y-limits.

plot_Output(res)

Arguments

res

Data frame with columns `generation`, `fitness_average`, `fitness_best`.

Value

Invisibly returns `NULL`. Draws a plot as a side effect.