Fitness (max / mean / min) and the three operator rates.
Rates are percentages: Selection = share of the population used as
parents, Crossover inject = unused cells mixed into children,
Mutation = chance that a turbine is swapped to a free cell.
The legend sits outside and follows the typical vertical order of the
lines (selection highest, then inject, mutation lowest). Plotly hover
is used only when ask is FALSE and plotly is installed.
Arguments
- result
The output of
genetic_algorithm- spar
Unused, kept so existing calls do not break.
- interactive
Use plotly when
askisFALSEand plotly is installed.- ask
If
TRUE, wait for Enter between the fitness page and the rates page. Default isTRUEin an interactive session.