Skip to content

Commit 7070e13

Browse files
committed
Merge branch 'master' of github.com:numericalalgorithmsgroup/pybobyqa
2 parents a943805 + 8e14dfe commit 7070e13

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
==================================================================================================
2-
Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization |Build Status| |PyPI Version|
3-
==================================================================================================
1+
====================================================================
2+
Py-BOBYQA: Derivative-Free Solver for Bound-Constrained Minimization
3+
====================================================================
4+
5+
.. image:: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa.svg?branch=master
6+
:target: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa
7+
:alt: Build Status
8+
9+
.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
10+
:target: https://www.gnu.org/licenses/gpl-3.0
11+
:alt: GNU GPL v3 License
12+
13+
.. image:: https://img.shields.io/pypi/v/Py-BOBYQA.svg
14+
:target: https://pypi.python.org/pypi/Py-BOBYQA
15+
:alt: Latest PyPI version
16+
417
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.
518

619
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).
@@ -100,9 +113,4 @@ Please report any bugs using GitHub's issue tracker.
100113

101114
License
102115
-------
103-
This algorithm is released under the GNU GPL license.
104-
105-
.. |Build Status| image:: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa.svg?branch=master
106-
:target: https://travis-ci.org/numericalalgorithmsgroup/pybobyqa
107-
.. |PyPI Version| image:: https://img.shields.io/pypi/v/Py-BOBYQA.svg
108-
:target: https://pypi.python.org/pypi/Py-BOBYQA
116+
This algorithm is released under the GNU GPL license. Please `contact NAG <http://www.nag.com/content/worldwide-contact-information>`_ for alternative licensing.

0 commit comments

Comments
 (0)