|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>DFO-GN: A Derivative-Free Gauss-Newton Solver — DFO-GN v1.0 documentation</title> |
| 11 | + <title>DFO-GN: A Derivative-Free Gauss-Newton Solver — DFO-GN v1.0.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-GN v1.0 documentation" href="#"/> |
| 38 | + <link rel="top" title="DFO-GN v1.0.1 documentation" href="#"/> |
39 | 39 | <link rel="next" title="Overview" href="info.html"/> |
40 | 40 |
|
41 | 41 |
|
|
65 | 65 |
|
66 | 66 |
|
67 | 67 | <div class="version"> |
68 | | - 1.0 |
| 68 | + 1.0.1 |
69 | 69 | </div> |
70 | 70 |
|
71 | 71 |
|
|
160 | 160 |
|
161 | 161 | <div class="section" id="dfo-gn-a-derivative-free-gauss-newton-solver"> |
162 | 162 | <h1>DFO-GN: A Derivative-Free Gauss-Newton Solver<a class="headerlink" href="#dfo-gn-a-derivative-free-gauss-newton-solver" title="Permalink to this headline">¶</a></h1> |
163 | | -<p><strong>Release:</strong> 1.0</p> |
164 | | -<p><strong>Date:</strong> 10 August 2018</p> |
| 163 | +<p><strong>Release:</strong> 1.0.1</p> |
| 164 | +<p><strong>Date:</strong> 05 March 2019</p> |
165 | 165 | <p><strong>Author:</strong> <a class="reference external" href="mailto:lindon.roberts%40maths.ox.ac.uk">Lindon Roberts</a> (Mathematical Institute, University of Oxford)</p> |
166 | 166 | <p>DFO-GN is a Python package for finding local solutions to <strong>nonlinear least-squares minimization problems (with optional bound constraints)</strong>, without requiring any derivatives of the objective. DFO-GN stands for Derivative-Free Optimization using Gauss-Newton, and is applicable to problems such as</p> |
167 | 167 | <ul class="simple"> |
@@ -212,6 +212,7 @@ <h1>DFO-GN: A Derivative-Free Gauss-Newton Solver<a class="headerlink" href="#df |
212 | 212 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-0-1-13-sep-2017">Version 0.1 (13 Sep 2017)</a></li> |
213 | 213 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-0-2-20-feb-2018">Version 0.2 (20 Feb 2018)</a></li> |
214 | 214 | <li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-17-jul-2018">Version 1.0 (17 Jul 2018)</a></li> |
| 215 | +<li class="toctree-l2"><a class="reference internal" href="history.html#version-1-0-1-5-mar-2019">Version 1.0.1 (5 Mar 2019)</a></li> |
215 | 216 | </ul> |
216 | 217 | </li> |
217 | 218 | </ul> |
@@ -266,7 +267,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal |
266 | 267 | <script type="text/javascript"> |
267 | 268 | var DOCUMENTATION_OPTIONS = { |
268 | 269 | URL_ROOT:'./', |
269 | | - VERSION:'1.0', |
| 270 | + VERSION:'1.0.1', |
270 | 271 | COLLAPSE_INDEX:false, |
271 | 272 | FILE_SUFFIX:'.html', |
272 | 273 | HAS_SOURCE: true, |
|
0 commit comments