1
- ====================================================================================
2
- DFO-GN: Derivative-Free Nonlinear Least-Squares Solver |Build Status | | PyPI Version |
3
- ====================================================================================
1
+ =====================================================================
2
+ DFO-GN: Derivative-Free Nonlinear Least-Squares Solver |PyPI Version |
3
+ =====================================================================
4
4
DFO-GN is a package for solving nonlinear least-squares minimisation, without requiring derivatives of the objective.
5
5
6
6
This is an implementation of the algorithm from our paper:
7
7
A Derivative-Free Gauss-Newton Method, C. Cartis and L. Roberts, submitted (2017).
8
8
9
9
Documentation
10
10
-------------
11
- Documentation for DFO-GN is available at [URL] .
11
+ See manual.pdf .
12
12
13
13
Requirements
14
14
------------
@@ -55,14 +55,6 @@ The source code for DFO-GN is `available on Github <https://https://github.com/n
55
55
$ git clone https://github.com/numericalalgorithmsgroup/dfogn
56
56
$ cd dfogn
57
57
58
- or through the `Python Package Index <https://pypi.python.org/pypi/dfogn >`_:
59
-
60
- .. code-block :: bash
61
-
62
- $ wget http://pypi.python.org/packages/source/d/dfogn/dfogn-X.X.tar.gz
63
- $ tar -xzvf dfogn-X.X.tar.gz
64
- $ cd dfogn-X.X
65
-
66
58
DFO-GN is written in pure Python and requires no compilation. It can be installed using:
67
59
68
60
.. code-block :: bash
@@ -85,9 +77,7 @@ If you installed DFO-GN manually, you can test your installation by running:
85
77
86
78
$ python setup.py test
87
79
88
- Alternatively, the HTML documentation provides some simple examples of how to run DFO-GN.
80
+ Alternatively, the documentation provides some simple examples of how to run DFO-GN, which are also available in the examples directory .
89
81
90
- .. |Build Status | image :: https://travis-ci.org/numericalalgorithmsgroup/DFOGN.svg?branch=master
91
- :target: https://travis-ci.org/numericalalgorithmsgroup/DFOGN
92
82
.. |PyPI Version | image :: https://img.shields.io/pypi/v/DFOGN.svg
93
- :target: https://pypi.python.org/pypi/DFOGN
83
+ :target: https://pypi.python.org/pypi/DFOGN
0 commit comments