Skip to main content

A flexible derivative-free solver for (bound constrained) nonlinear least-squares minimization

Project description

Build Status GNU GPL v3 License Latest PyPI version DOI:10.5281/zenodo.2630426 Total downloads

DFO-LS is a flexible package for solving nonlinear least-squares minimization, without requiring derivatives of the objective. It is particularly useful when evaluations of the objective function are expensive and/or noisy. DFO-LS is more flexible version of DFO-GN.

The main algorithm is described in our paper [1] below.

If you are interested in solving general optimization problems (without a least-squares structure), you may wish to try Py-BOBYQA, which has many of the same features as DFO-LS.

Documentation

See manual.pdf or here.

Citation

The development of DFO-LS is outlined over several publications:

  1. C Cartis, J Fiala, B Marteau and L Roberts, Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers, ACM Transactions on Mathematical Software, 45:3 (2019), pp. 32:1-32:41 [preprint arXiv 1804.00154] .

  2. M Hough and L Roberts, Model-Based Derivative-Free Methods for Convex-Constrained Optimization, SIAM Journal on Optimization, 21:4 (2022), pp. 2552-2579 [preprint arXiv 2111.05443].

  3. Y Liu, K H Lam and L Roberts, Regularized black-box optimization algorithms for least-squares problems, IMA Journal of Numerical Analysis, 2025 [preprint arXiv 2407.14915].

If you use DFO-LS in a paper, please cite [1]. If your problem has constraints, including bound constraints, please cite [1,2]. If your problem includes a regularizer, please cite [1,3].

Requirements

DFO-LS 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):

Optional package: DFO-LS versions 1.2 and higher also support the trustregion package for fast trust-region subproblem solutions. To install this, make sure you have a Fortran compiler (e.g. gfortran) and NumPy installed, then run pip install trustregion. You do not have to have trustregion installed for DFO-LS to work, and it is not installed by default.

Installation using conda

DFO-LS can be directly installed in Anaconda environments using conda-forge:

$ conda install -c conda-forge dfo-ls

Installation using pip

For easy installation, use pip as root:

$ pip install DFO-LS

Note that if an older install of DFO-LS is present on your system you can use:

$ pip install --upgrade DFO-LS

to upgrade DFO-LS to the latest version.

Manual installation

Alternatively, you can download the source code from Github and unpack as follows:

$ git clone https://github.com/numericalalgorithmsgroup/dfols
$ cd dfols

DFO-LS is written in pure Python and requires no compilation. It can be installed using:

$ pip install .

To upgrade DFO-LS to the latest version, navigate to the top-level directory (i.e. the one containing pyproject.toml) and rerun the installation using pip, as above:

$ git pull
$ pip install .

Testing

If you installed DFO-LS manually, you can test your installation using the pytest package:

$ pip install pytest
$ python -m pytest --pyargs dfols

Alternatively, the HTML documentation provides some simple examples of how to run DFO-LS.

Examples

Examples of how to run DFO-LS are given in the documentation, and the examples directory in Github.

Uninstallation

If DFO-LS was installed using pip you can uninstall as follows:

$ pip uninstall DFO-LS

If DFO-LS was installed manually you have to remove the installed files by hand (located in your python site-packages directory).

Bugs

Please report any bugs using GitHub’s issue tracker.

License

This algorithm is released under the GNU GPL license. Please contact NAG for alternative licensing.

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

dfo_ls-1.6.4.tar.gz (65.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dfo_ls-1.6.4-py3-none-any.whl (70.3 kB view details)

Uploaded Python 3

File details

Details for the file dfo_ls-1.6.4.tar.gz.

File metadata

  • Download URL: dfo_ls-1.6.4.tar.gz
  • Upload date:
  • Size: 65.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dfo_ls-1.6.4.tar.gz
Algorithm Hash digest
SHA256 e9f8bc55f57da6896c12efec364209a0a9537441f3d20e95e4cb90601458b4f3
MD5 8f9fe67d6bddf1b8032682e24d1084ff
BLAKE2b-256 d77bbfbe8153fd6522408057cd05a8707ca4f248f9f97baeba9e30245816852f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dfo_ls-1.6.4.tar.gz:

Publisher: upload_pypi.yml on numericalalgorithmsgroup/dfols

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dfo_ls-1.6.4-py3-none-any.whl.

File metadata

  • Download URL: dfo_ls-1.6.4-py3-none-any.whl
  • Upload date:
  • Size: 70.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dfo_ls-1.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 610e79242134acc454645bb1e62b1828dce97c185a96db1ccfc9afea4fd2a156
MD5 1ac9f58402274b5c10d0c2788893b693
BLAKE2b-256 308a28d7f85c3698109a5b9d30f67293231ae36f739483619ddf2ea5e688fdf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dfo_ls-1.6.4-py3-none-any.whl:

Publisher: upload_pypi.yml on numericalalgorithmsgroup/dfols

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page