Skip to main content

GOFit: Global Optimization for Fitting problems

Project description

License Build Status PyPI Version

GOFit: Global Optimization for Fitting problems

GOFit is a package of C++ algorithms with python interfaces designed for the global optimization of parameters in curve fitting, i.e. for nonlinear least-squares problems arising from curve fitting. GOFit was developed with scientific curve fitting problems in mind but is also applicable to general curve fitting problems provided they can be formulated as nonlinear least-squares problems.

Full details on how to use GOFit are available in the documentation.

Requirements

GOFit provides pre-built Python wheels for most common platforms with all dependencies included. However if a wheel does not exist for your platform (or if building from source), GOFit requires the following software to be installed:

Installing GOFit

For easy installation, use pip:

$ pip install gofit

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

$ pip install --upgrade gofit

to upgrade GOFit to the latest version.

Installing GOFit from source

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

$ git clone https://github.com/ralna/gofit
$ cd gofit

GOFit can then be compiled and installed using:

$ pip install .

Please Note: don't forget to install the required dependencies (see above).

To upgrade GOFit to the latest version, navigate to the top-level directory (i.e. the one containing setup.py) and re-run the installation using pip, as above:

$ git pull
$ pip install .

Testing

The documentation provides some simple examples of how to run GOFit.

Uninstallation

You can uninstall GOFit as follows:

$ pip uninstall gofit

Bugs

Please report any bugs using GitHub's issue tracker.

License

This software is released under the New BSD license.

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

gofit-0.4.tar.gz (74.7 kB view hashes)

Uploaded Source

Built Distributions

gofit-0.4-cp311-cp311-win_amd64.whl (318.9 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

gofit-0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149.9 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gofit-0.4-cp311-cp311-macosx_10_9_x86_64.whl (123.8 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gofit-0.4-cp310-cp310-win_amd64.whl (317.9 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

gofit-0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148.5 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gofit-0.4-cp310-cp310-macosx_10_9_x86_64.whl (122.4 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gofit-0.4-cp39-cp39-win_amd64.whl (318.2 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

gofit-0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148.2 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gofit-0.4-cp39-cp39-macosx_10_9_x86_64.whl (122.5 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gofit-0.4-cp38-cp38-win_amd64.whl (338.4 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

gofit-0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148.2 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gofit-0.4-cp38-cp38-macosx_10_9_x86_64.whl (122.4 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

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