You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/visualization/plot_empirical_attainment_surface/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Hyperparameter optimization is crucial to achieving high performance in deep lea
13
13
On top of the performance, other criteria such as inference time or memory requirement often need to be optimized due to some practical reasons.
14
14
This motivates research on multi-objective optimization (MOO).
15
15
However, Pareto fronts of MOO methods are often shown without considering the variability caused by random seeds, making the performance stability evaluation difficult.
16
-
This package provides empirical attainment surface implementation.
16
+
This package provides empirical attainment surface implementation based on [the original implementation](https://github.com/nabenabe0928/empirical-attainment-func).
17
17
18
18
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).
0 commit comments