Skip to content

Commit 4150f84

Browse files
committed
Added DOI badge
1 parent 78f48b8 commit 4150f84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization
1414
:target: https://pypi.python.org/pypi/Py-BOBYQA
1515
:alt: Latest PyPI version
1616

17+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2630437.svg
18+
:target: https://doi.org/10.5281/zenodo.2630437
19+
:alt: DOI:10.5281/zenodo.2630437
20+
1721
Py-BOBYQA is a flexible package for solving bound-constrained general objective minimization, without requiring derivatives of the objective. It is a Python implementation of the BOBYQA algorithm by Powell. Py-BOBYQA is particularly useful when evaluations of the objective function are expensive and/or noisy.
1822

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

0 commit comments

Comments
 (0)