iminuit
Interactive Minimization Tools based on MINUIT
Interactive Minimization Tools based on MINUIT
To install this package, run one of the following:
iminuit is designed from ground up to be fast, interactive and cython friendly. iminuit extract function signature very permissively starting from checking func_code down to last resort of parsing docstring (or you could tell iminuit to stop looking and take your answer). The interface is inspired heavily by PyMinuit and the status printout is inspired by ROOT Minuit. iminuit is mostly compatible with PyMinuit (with few exceptions). Existing PyMinuit code can be ported to iminuit by just changing the import statement.
Summary
Interactive Minimization Tools based on MINUIT
Last Updated
Nov 9, 2025 at 18:07
License
LGPL-2.0-or-later
Total Downloads
1.5M
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/scikit-hep/iminuitDocumentation
http://iminuit.readthedocs.io/