From 73404404170c6e50683b956a80ab5dd890a6473b Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 9 Jul 2025 13:06:50 +1200 Subject: [PATCH] Add citation to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 818662e..d7352fc 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,19 @@ Computing the ideal point requires as many solves as the dimension of the objective function. Thus, if you do not need the ideal point information, you can improve the performance of MOA by setting the `MOA.ComputeIdealPoint()` attribute to `false`. + +## Citation + +If you use this package for academic research, please cite the [following preprint](https://www.arxiv.org/abs/2507.05501): + +```bibtex +@misc{dowson2025MOA.jl, + title={MultiObjectiveAlgorithms.jl: a Julia package for solving multi-objective optimization problems}, + author={Oscar Dowson and Xavier Gandibleux and G{\"o}khan Kof}, + year={2025}, + eprint={2507.05501}, + archivePrefix={arXiv}, + primaryClass={math.OC}, + url={https://arxiv.org/abs/2507.05501} +} +```