plot_pareto_front
Generate a Pareto front plot image to visualize optimal trade-offs between multiple objectives in optimization.
Instructions
Return the Pareto front plot as an image for multi-objective optimization.
Args:
target_names:
Objective name list used as the axis titles. If :obj:`None` is specified,
"Objective {objective_index}" is used instead. If ``targets`` is specified
for a study that does not contain any completed trial,
``target_name`` must be specified.
include_dominated_trials:
A flag to include all dominated trial's objective values.
targets:
A list of indices to specify the objective values to display.
Note that this is 0-indexed, i.e., to plot the first and second objective value, set this to [0, 1].
If the number of objectives is neither 2 nor 3, ``targets`` must be specified.
By default, all objectives are displayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_names | No | ||
| include_dominated_trials | No | ||
| targets | No |