File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -94,3 +94,19 @@ Computing the ideal point requires as many solves as the dimension of the
94
94
objective function. Thus, if you do not need the ideal point information, you
95
95
can improve the performance of MOA by setting the ` MOA.ComputeIdealPoint() `
96
96
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
+ ```
You can’t perform that action at this time.
0 commit comments