Skip to content

Commit f317265

Browse files
authored
Merge pull request #314 from y0z/feature/add-eaf-fig
Add image to eaf
2 parents 330f27d + c1ca4bc commit f317265

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package/visualization/plot_empirical_attainment_surface/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This package provides empirical attainment surface implementation based on [the
1717

1818
The details of empirical attainment surface are available in [`Python Tool for Visualizing Variability of Pareto Fronts over Multiple Runs`](https://arxiv.org/abs/2305.08852).
1919

20+
![Empirical Attainment Surface](images/demo.png)
21+
2022
## APIs
2123

2224
- `plot_empirical_attainment_surface(study_list: list[optuna.Study], attainment_ratios: list[int], ax: plt.Axes | None = None, color: str | None = None, label: str | None = None, linestyle: str | None = None, marker: str | None = None, log_scale_inds: list[int] | None = None, **ax_plot_kwargs)`
28.6 KB
Loading

0 commit comments

Comments
 (0)