Skip to contents

Change of the generation-best fitness. Green = new record, orange = flat, red = worse. Blue line is the share of grid cells visited so far.

Usage

plot_development(result)

Arguments

result

The output of genetic_algorithm

Value

Returns NULL. Used for plotting

Examples

# \donttest{
plot_development(resultrect)

# }