|
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
| - <title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization — Py-BOBYQA v1.5 documentation</title> |
| 7 | + <title>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization — Py-BOBYQA v1.5.0 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
|
9 | 9 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10 | 10 |
|
|
15 | 15 |
|
16 | 16 | <script src="_static/jquery.js?v=5d32c60e"></script>
|
17 | 17 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
18 |
| - <script src="_static/documentation_options.js?v=aaadad1f"></script> |
| 18 | + <script src="_static/documentation_options.js?v=e0a75244"></script> |
19 | 19 | <script src="_static/doctools.js?v=9a2dae69"></script>
|
20 | 20 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
21 | 21 | <script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
37 | 37 | Py-BOBYQA
|
38 | 38 | </a>
|
39 | 39 | <div class="version">
|
40 |
| - 1.5 |
| 40 | + 1.5.0 |
41 | 41 | </div>
|
42 | 42 | <div role="search">
|
43 | 43 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
|
83 | 83 |
|
84 | 84 | <section id="py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization">
|
85 | 85 | <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a class="headerlink" href="#py-bobyqa-derivative-free-optimizer-for-bound-constrained-minimization" title="Link to this heading"></a></h1>
|
86 |
| -<p><strong>Release:</strong> 1.5</p> |
87 |
| -<p><strong>Date:</strong> 09 September 2024</p> |
| 86 | +<p><strong>Release:</strong> 1.5.0</p> |
| 87 | +<p><strong>Date:</strong> 16 September 2024</p> |
88 | 88 | <p><strong>Author:</strong> <a class="reference external" href="mailto:lindon.roberts%40sydney.edu.au">Lindon Roberts</a></p>
|
89 | 89 | <p>Py-BOBYQA is a flexible package for finding local solutions to nonlinear, nonconvex minimization problems (with optional bound and other convex 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>
|
90 | 90 | <p>That is, Py-BOBYQA solves</p>
|
@@ -165,7 +165,7 @@ <h1>Py-BOBYQA: Derivative-Free Optimizer for Bound-Constrained Minimization<a cl
|
165 | 165 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-3-14-apr-2021">Version 1.3 (14 Apr 2021)</a></li>
|
166 | 166 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-4-16-may-2023">Version 1.4 (16 May 2023)</a></li>
|
167 | 167 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-4-1-11-apr-2024">Version 1.4.1 (11 Apr 2024)</a></li>
|
168 |
| -<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-5-9-sep-2024">Version 1.5 (9 Sep 2024)</a></li> |
| 168 | +<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-5-0-16-sep-2024">Version 1.5.0 (16 Sep 2024)</a></li> |
169 | 169 | </ul>
|
170 | 170 | </li>
|
171 | 171 | </ul>
|
|
0 commit comments