A simple derivative-free solver for (box constrained) nonlinear least-squares minimization
Project description
DFO-GN is a package for solving nonlinear least-squares minimisation, without requiring derivatives of the objective.
This is an implementation of the algorithm from our paper: A Derivative-Free Gauss-Newton Method, C. Cartis and L. Roberts, submitted (2017).
Documentation
See manual.pdf or here.
Requirements
DFO-GN requires the following software to be installed:
Additionally, the following python packages should be installed (these will be installed automatically if using pip, see Installation using pip):
Installation using pip
For easy installation, use pip as root:
$ [sudo] pip install --pre dfogn
If you do not have root privileges or you want to install DFO-GN for your private use, you can use:
$ pip install --pre --user dfogn
which will install DFO-GN in your home directory.
Note that if an older install of DFO-GN is present on your system you can use:
$ [sudo] pip install --pre --upgrade dfogn
to upgrade DFO-GN to the latest version.
Manual installation
The source code for DFO-GN is available on Github:
$ git clone https://github.com/numericalalgorithmsgroup/dfogn $ cd dfogn
DFO-GN is written in pure Python and requires no compilation. It can be installed using:
$ [sudo] pip install --pre .
If you do not have root privileges or you want to install DFO-GN for your private use, you can use:
$ pip install --pre --user .
instead.
Testing
If you installed DFO-GN manually, you can test your installation by running:
$ python setup.py test
Alternatively, the documentation provides some simple examples of how to run DFO-GN, which are also available in the examples directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file DFOGN-0.2.tar.gz
.
File metadata
- Download URL: DFOGN-0.2.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f659e5548df4a96578391d0360a5f091a60f8222e6709ccd0d0d1f48ae07f7ba |
|
MD5 | f8b40dcbabeee2a21a97e895a258fdb1 |
|
BLAKE2b-256 | 8e5a60ce4a6e7ccdd28121e0953d0848473ba00a459815786169cda9347162ed |