Skip to content

Commit a073cc1

Browse files
committed
Merge branch 'master' of github.com:numericalalgorithmsgroup/pybobyqa
2 parents adbfd94 + 971c234 commit a073cc1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Py-BOBYQA is a flexible package for solving bound-constrained general objective
2222

2323
More details about Py-BOBYQA can be found in our papers:
2424

25-
1. Coralia Cartis, Jan Fiala, Benjamina Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://arxiv.org/abs/1804.00154>`_, technical report, University of Oxford, (2018).
25+
1. Coralia Cartis, Jan Fiala, Benjamina Marteau and Lindon Roberts, `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://doi.org/10.1145/3338517>`_, *ACM Transactions on Mathematical Software*, 45:3 (2019), pp. 32:1-32:41 [`preprint <https://arxiv.org/abs/1804.00154>`_]
2626
2. Coralia Cartis, Lindon Roberts and Oliver Sheridan-Methven, `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
2727

2828
Please cite [1] when using Py-BOBYQA for local optimization, and [1,2] when using Py-BOBYQA's global optimization heuristic functionality. For reproducibility of all figures, please feel free to contact the authors.
@@ -35,6 +35,16 @@ Documentation
3535
-------------
3636
See manual.pdf or `here <https://numericalalgorithmsgroup.github.io/pybobyqa/>`_.
3737

38+
Citation
39+
--------
40+
If you use Py-BOBYQA in a paper, please cite:
41+
42+
Cartis, C., Fiala, J., Marteau, B. and Roberts, L., `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://doi.org/10.1145/3338517>`_, *ACM Transactions on Mathematical Software*, 45:3 (2019), pp. 32:1-32:41.
43+
44+
If you use Py-BOBYQA's global optimization heuristic, please cite the above and also
45+
46+
Cartis, C., Roberts, L. and Sheridan-Methven, O., `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
47+
3848
Requirements
3949
------------
4050
Py-BOBYQA requires the following software to be installed:

0 commit comments

Comments
 (0)