Metadata-Version: 1.0
Name: iminuit
Version: 1.0.0
Summary: Interactive Minimization Tools based on MINUIT
Home-page: https://piti118.github.com/iminuit
Author: Piti Ongmongkolkul
Author-email: piti118@gmail.com
License: UNKNOWN
Download-URL: http://pypi.python.org/packages/source/i/iminuit/iminuit-1.0.0.tar.gz
Description: 
        iminuit
        --------
        
        Interactive IPython Friendly Mimizer based on `SEAL Minuit <http://seal.web.cern.ch/seal/work-packages/mathlibs/minuit/release/download.html>`_.
        (It's included in the package no need to install it separately)
        
        iminuit is mostly compatible with PyMinuit(with very few exception). Existing
        code can be ported to iminuit by just changing the import statement.
        
        Install
        -------
        
        ::
        
            python setup.py install
        
        Tutorial
        --------
        
        see tutorial.ipynb notebook or tutorial.py if you don't have ipython notebook
        
        
        Documentation
        -------------
        
        http://piti118.github.com/iminuit/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: MIT License
