CADETProcess.optimization.Population.setup_objectives_figure

CADETProcess.optimization.Population.setup_objectives_figure#

Population.setup_objectives_figure(include_meta=True, plot_individual=False)[source]#

Set up figure and axes for plotting objectives.

Parameters:
include_metabool, optional

If True, include meta scores in the plot. The default is True.

plot_individualbool, optional

If True, create separate figures for each objective. Otherwise, plot all objectives in one figure. The default is True.

Returns:
tuple

A tuple of the figure(s) and axes object(s).