Skip to content

Commit e7c1427

Browse files
committed
citation
1 parent ab38d8b commit e7c1427

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,31 @@ A similar format is required for the Pareto-optimal front `pof.csv`, only upper-
4343
Note that if `pof.csv` is given, the `epsilon` parameter should be given.
4444

4545
3. The resulting labels are saved next to `archive.csv` with name `archive.csv_labels.csv`
46+
47+
48+
49+
## How to cite?
50+
51+
Please cite us using the bibtex entry
52+
53+
```bib
54+
@article{MejadeDios2024,
55+
title = {An Efficient Data-Driven Framework for Detecting Infeasible Solutions in Multiobjective Evolutionary Bilevel Optimization},
56+
ISSN = {1941-0026},
57+
url = {http://dx.doi.org/10.1109/TEVC.2024.3469156},
58+
DOI = {10.1109/tevc.2024.3469156},
59+
journal = {IEEE Transactions on Evolutionary Computation},
60+
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
61+
author = {Mejía-de-Dios, Jesús-Adolfo and Rodríguez-Molina, Alejandro and Mezura-Montes, Efrén},
62+
year = {2024},
63+
pages = {1–1}
64+
}
65+
```
66+
67+
or the citation string
68+
69+
```
70+
J. -A. Mejía-de-Dios, A. Rodríguez-Molina and E. Mezura-Montes, "An Efficient Data-Driven Framework for Detecting Infeasible Solutions in Multiobjective Evolutionary Bilevel Optimization," in IEEE Transactions on Evolutionary Computation, doi: 10.1109/TEVC.2024.3469156. keywords: {Optimization;Evolutionary computation;Vectors;Linear programming;Metaheuristics;Computational modeling;Closed box;Training;Predictive models;Measurement},
71+
```
72+
73+

0 commit comments

Comments
 (0)