plot_edf
Generate an EDF (Empirical Distribution Function) plot of optimization objective values as an image. Specify the target objective index and axis label.
Instructions
Return the EDF plot as an image.
Args:
target:
An index to specify the value to display. To plot nth objective value, set this to n.
Note that this is 0-indexed, i.e., to plot the first objective value, set this to 0.
target_name:
Target’s name to display on the axis label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| target_name | No | Objective Value |