Skip to content

Commit 5fc7de3

Browse files
Added travis status to readme
1 parent 774c022 commit 5fc7de3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===================================================================================
2-
Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization |PyPI Version|
3-
===================================================================================
1+
==================================================================================================
2+
Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization |Build Status| |PyPI Version|
3+
==================================================================================================
44
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.
55

66
More details about Py-BOBYQA can be found in our paper: C. Cartis, J. Fiala, B. Marteau and L. Roberts, Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers, technical report, University of Oxford, (2018).
@@ -102,5 +102,7 @@ License
102102
-------
103103
This algorithm is released under the GNU GPL license.
104104

105+
.. |Build Status| image:: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa.svg?branch=master
106+
:target: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa
105107
.. |PyPI Version| image:: https://img.shields.io/pypi/v/Py-BOBYQA.svg
106108
:target: https://pypi.python.org/pypi/Py-BOBYQA

0 commit comments

Comments
 (0)