|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 | 10 |
|
11 |
| - <title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization — Py-BOBYQA v1.1a0 documentation</title> |
| 11 | + <title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization — Py-BOBYQA v1.1 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
35 | 35 | <link rel="index" title="Index"
|
36 | 36 | href="genindex.html"/>
|
37 | 37 | <link rel="search" title="Search" href="search.html"/>
|
38 |
| - <link rel="top" title="Py-BOBYQA v1.1a0 documentation" href="#"/> |
| 38 | + <link rel="top" title="Py-BOBYQA v1.1 documentation" href="#"/> |
39 | 39 | <link rel="next" title="Installing Py-BOBYQA" href="install.html"/>
|
40 | 40 |
|
41 | 41 |
|
|
65 | 65 |
|
66 | 66 |
|
67 | 67 | <div class="version">
|
68 |
| - 1.1a0 |
| 68 | + 1.1 |
69 | 69 | </div>
|
70 | 70 |
|
71 | 71 |
|
|
162 | 162 |
|
163 | 163 | <div class="section" id="py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization">
|
164 | 164 | <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a class="headerlink" href="#py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization" title="Permalink to this headline">¶</a></h1>
|
165 |
| -<p><strong>Release:</strong> 1.1a0</p> |
166 |
| -<p><strong>Date:</strong> 10 August 2018</p> |
| 165 | +<p><strong>Release:</strong> 1.1</p> |
| 166 | +<p><strong>Date:</strong> 24 December 2018</p> |
167 | 167 | <p><strong>Author:</strong> <a class="reference external" href="mailto:lindon.roberts%40maths.ox.ac.uk">Lindon Roberts</a></p>
|
168 | 168 | <p>Py-BOBYQA is a flexible package for finding local solutions to nonlinear, nonconvex minimization problems (with optional bound constraints), without requiring any derivatives of the objective. Py-BOBYQA is a Python implementation of the <a class="reference external" href="http://mat.uc.pt/~zhang/software.html#powell_software">BOBYQA</a> solver by Powell (documentation <a class="reference external" href="http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf">here</a>). It is particularly useful when evaluations of the objective function are expensive and/or noisy.</p>
|
169 | 169 | <p>That is, Py-BOBYQA solves</p>
|
@@ -227,7 +227,7 @@ <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a cl
|
227 | 227 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-6-feb-2018">Version 1.0 (6 Feb 2018)</a></li>
|
228 | 228 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-1-20-feb-2018">Version 1.0.1 (20 Feb 2018)</a></li>
|
229 | 229 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-2-20-jun-2018">Version 1.0.2 (20 Jun 2018)</a></li>
|
230 |
| -<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1a0-17-jul-2018">Version 1.1a0 (17 Jul 2018)</a></li> |
| 230 | +<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-24-dec-2018">Version 1.1 (24 Dec 2018)</a></li> |
231 | 231 | </ul>
|
232 | 232 | </li>
|
233 | 233 | </ul>
|
@@ -280,7 +280,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
|
280 | 280 | <script type="text/javascript">
|
281 | 281 | var DOCUMENTATION_OPTIONS = {
|
282 | 282 | URL_ROOT:'./',
|
283 |
| - VERSION:'1.1a0', |
| 283 | + VERSION:'1.1', |
284 | 284 | COLLAPSE_INDEX:false,
|
285 | 285 | FILE_SUFFIX:'.html',
|
286 | 286 | HAS_SOURCE: true,
|
|
0 commit comments