Skip to content

Commit 9363a93

Browse files
authored
Add citation to README (#132)
1 parent 295c1dc commit 9363a93

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,19 @@ Computing the ideal point requires as many solves as the dimension of the
9494
objective function. Thus, if you do not need the ideal point information, you
9595
can improve the performance of MOA by setting the `MOA.ComputeIdealPoint()`
9696
attribute to `false`.
97+
98+
## Citation
99+
100+
If you use this package for academic research, please cite the [following preprint](https://www.arxiv.org/abs/2507.05501):
101+
102+
```bibtex
103+
@misc{dowson2025MOA.jl,
104+
title={MultiObjectiveAlgorithms.jl: a Julia package for solving multi-objective optimization problems},
105+
author={Oscar Dowson and Xavier Gandibleux and G{\"o}khan Kof},
106+
year={2025},
107+
eprint={2507.05501},
108+
archivePrefix={arXiv},
109+
primaryClass={math.OC},
110+
url={https://arxiv.org/abs/2507.05501}
111+
}
112+
```

0 commit comments

Comments
 (0)