Skip to content

Commit 0622752

Browse files
committed
Add github
1 parent c1d4231 commit 0622752

File tree

1 file changed

+1
-1
lines changed
  • package/visualization/plot_empirical_attainment_surface

1 file changed

+1
-1
lines changed

package/visualization/plot_empirical_attainment_surface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hyperparameter optimization is crucial to achieving high performance in deep lea
1313
On top of the performance, other criteria such as inference time or memory requirement often need to be optimized due to some practical reasons.
1414
This motivates research on multi-objective optimization (MOO).
1515
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).
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

0 commit comments

Comments
 (0)