CADETProcess.optimization.Population.setup_objectives_figure#
- Population.setup_objectives_figure(include_meta: bool | None = True, plot_individual: bool | None = False) tuple[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).