Skip to content

Commit b35ba97

Browse files
committed
Added total downloads badge
1 parent 7a87380 commit b35ba97

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
@@ -18,6 +18,10 @@ Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization
1818
:target: https://doi.org/10.5281/zenodo.2630437
1919
:alt: DOI:10.5281/zenodo.2630437
2020

21+
.. image:: https://static.pepy.tech/personalized-badge/py-bobyqa?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads
22+
:target: https://pepy.tech/project/py-bobyqa
23+
:alt: Total downloads
24+
2125
Py-BOBYQA is a flexible package for solving bound-constrained general objective minimization, without requiring derivatives of the objective. At its core, it is a Python implementation of the BOBYQA algorithm by Powell, but Py-BOBYQA has extra features improving its performance on some problems (see the papers below for details). Py-BOBYQA is particularly useful when evaluations of the objective function are expensive and/or noisy.
2226

2327
More details about Py-BOBYQA and its enhancements over BOBYQA can be found in our papers:

0 commit comments

Comments
 (0)