Skip to contents

Plot the changes in mean and max fitness values to previous generation.

Usage

plot_development(result)

Arguments

result

The output of genetic_algorithm

Value

Returns NULL. Used for plotting

Examples

# \donttest{
plot_development(resultrect)

#> NULL
# }