Tools to solve difficult numerical optimization problems.
Project description
estimagic
Introduction
estimagic is a Python package for nonlinear optimization with or without constraints. It is particularly suited to solve difficult nonlinear estimation problems. On top, it provides functionality to perform statistical inference on estimated parameters.
Optimization
- estimagic wraps algorithms from scipy.optimize, nlopt, pygmo and more.
- estimagic implements constraints efficiently via reparametrization, so you can solve constrained problems with any optimzer that supports bounds.
- The parameters of an optimization problem can be arbitrary pytrees
- The complete history of parameters and function evaluations can be saved in a database for maximum reproducibility.
- Painless and efficient multistart optimization.
- The progress of the optimization is displayed in real time via an interactive dashboard.
Estimation and Inference
- You can estimate a model using method of simulated moments (MSM), calculate standard errors and do sensitivity analysis with just one function call.
- Asymptotic standard errors for maximum likelihood estimation.
- estimagic also provides bootstrap confidence intervals and standard errors. Of course the bootstrap procedures are parallelized.
Numerical differentiation
- estimagic can calculate precise numerical derivatives using Richardson extrapolations.
- Function evaluations needed for numerical derivatives can be done in parallel with pre-implemented or user provided batch evaluators.
Installation
The package can be installed via conda. To do so, type the following commands in a terminal:
$ conda config --add channels conda-forge
$ conda install estimagic
The first line adds conda-forge to your conda channels. This is necessary for conda to find all dependencies of estimagic. The second line installs estimagic and its dependencies.
Installing optional dependencies
Only scipy
is a mandatory dependency of estimagic. Other algorithms become available
if you install more packages. We make this optional because most of the time you will
use at least one additional package, but only very rarely will you need all of them.
For an overview of all optimizers and the packages you need to install to enable them
see {ref}list_of_algorithms
.
To enable all algorithms at once, do the following:
conda install nlopt
pip install Py-BOBYQA
pip install DFO-LS
conda install petsc4py
(Not available on Windows)
conda install cyipopt
conda install pygmo
pip install fides>=0.7.4 (Make sure you have at least 0.7.1)
Documentation
The documentation is hosted (on rtd)
Citation
If you use Estimagic for your research, please do not forget to cite it.
@Unpublished{Gabler2022,
Title = {A Python Tool for the Estimation of large scale scientific models.},
Author = {Janos Gabler},
Year = {2022},
Url = {https://github.com/OpenSourceEconomics/estimagic}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file estimagic-0.4.5.tar.gz
.
File metadata
- Download URL: estimagic-0.4.5.tar.gz
- Upload date:
- Size: 372.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40ef9011816521d466c91e1a20c64d0929fa4141aad1ee20bbc5370d4423cd98 |
|
MD5 | 27c775ccf228432db4210d03a9963104 |
|
BLAKE2b-256 | 82c770922b436bcc811770b168ad48d908a35c7fc58e25f7762f085d56777e2c |
File details
Details for the file estimagic-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: estimagic-0.4.5-py3-none-any.whl
- Upload date:
- Size: 430.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e949cde501c0c8f4c939818c1e3ba2bbb1984d8a98de8e5abe284361a5227d2 |
|
MD5 | 661c3ddeeb4b8472511190a721f91bd9 |
|
BLAKE2b-256 | 930e85dc1141ad5d09bbfe34dde8dddf9023c009270f3821d8045bead799191a |