evomatic.plots.pareto_front_plot(history: dict, pair: list[str], output_directory: str = './')[source]

Plot the Pareto diagram of two targets, highlighting the frontiers.

Parameters
history: dict

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

pair: list[str]

The two targets to define the 2D space.

output_directory: str = './'

The path to write output files into.


Last update: Dec 07, 2022