|
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 | + |
4 | 17 | 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. |
5 | 18 |
|
6 | 19 | 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. |
100 | 113 |
|
101 | 114 | License |
102 | 115 | ------- |
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