|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization — DFO-LS v1.1 documentation</title> |
| 11 | + <title>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization — DFO-LS v1.1.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="DFO-LS v1.1 documentation" href="#"/> |
| 38 | + <link rel="top" title="DFO-LS v1.1.1 documentation" href="#"/> |
39 | 39 | <link rel="next" title="Installing DFO-LS" href="install.html"/> |
40 | 40 |
|
41 | 41 |
|
|
65 | 65 |
|
66 | 66 |
|
67 | 67 | <div class="version"> |
68 | | - 1.1 |
| 68 | + 1.1.1 |
69 | 69 | </div> |
70 | 70 |
|
71 | 71 |
|
|
162 | 162 |
|
163 | 163 | <div class="section" id="dfo-ls-derivative-free-optimizer-for-least-squares-minimization"> |
164 | 164 | <h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="headerlink" href="#dfo-ls-derivative-free-optimizer-for-least-squares-minimization" title="Permalink to this headline">¶</a></h1> |
165 | | -<p><strong>Release:</strong> 1.1</p> |
166 | | -<p><strong>Date:</strong> 16 January 2019</p> |
| 165 | +<p><strong>Release:</strong> 1.1.1</p> |
| 166 | +<p><strong>Date:</strong> 05 April 2019</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>DFO-LS is a flexible package for finding local solutions to nonlinear least-squares minimization problems (with optional bound constraints), without requiring any derivatives of the objective. DFO-LS stands for Derivative-Free Optimizer for Least-Squares.</p> |
169 | 169 | <p>That is, DFO-LS solves</p> |
@@ -232,6 +232,7 @@ <h1>DFO-LS: Derivative-Free Optimizer for Least-Squares Minimization<a class="he |
232 | 232 | <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> |
233 | 233 | <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> |
234 | 234 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-16-jan-2019">Version 1.1 (16 Jan 2019)</a></li> |
| 235 | +<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-1-1-5-apr-2019">Version 1.1.1 (5 Apr 2019)</a></li> |
235 | 236 | </ul> |
236 | 237 | </li> |
237 | 238 | </ul> |
@@ -284,7 +285,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal |
284 | 285 | <script type="text/javascript"> |
285 | 286 | var DOCUMENTATION_OPTIONS = { |
286 | 287 | URL_ROOT:'./', |
287 | | - VERSION:'1.1', |
| 288 | + VERSION:'1.1.1', |
288 | 289 | COLLAPSE_INDEX:false, |
289 | 290 | FILE_SUFFIX:'.html', |
290 | 291 | HAS_SOURCE: true, |
|
0 commit comments