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: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,14 @@ We use the $k$% attainment surface or empirical attainment function and visualiz
13
13
14
14

15
15
16
-
The original paper is available below.
16
+
The original paper is available below:
17
17
18
18
[1][On the Performance Assessment and Comparison of Stochastic Multi-objective Optimizers](https://eden.dei.uc.pt/~cmfonsec/fonseca-ppsn1996-reprint.pdf)
19
19
20
+
> [!IMPORTANT]
21
+
> When you use this package, please cite the paper:
22
+
> [Python Tool for Visualizing Variability of Pareto Fronts over Multiple Runs](https://arxiv.org/abs/2305.08852).
23
+
20
24
**NOTE**
21
25
22
26
When we define $N$ as `n_independent_runs`, and $K$ as `the number of unique objective values in the first objective`,
@@ -123,7 +127,7 @@ if __name__ == "__main__":
123
127
124
128
Please cite the following paper:
125
129
126
-
```
130
+
```bibtex
127
131
@article{watanabe2023pareto,
128
132
title = {{P}ython Tool for Visualizing Variability of {P}areto Fronts over Multiple Runs},
0 commit comments