evomatic.plots.plot_targets(history: dict, targets: dict, output_directory: str = './')[source]

Plot the values of targets, as line graphs across the evolution, and histograms across the population.

Parameters
history: dict

The history dict, containing data from each iteration of the algorithm.

targets: dict

Dict of targets for maximisation and minimisation.

output_directory: str = './'

The path to write output files into.


Last update: Dec 07, 2022