Metadata-Version: 1.2
Name: neldermead
Version: 0.0.7
Summary: Nelder-Mead for numerical optimization in Python
Home-page: https://github.com/nmasahiro/neldermead
Author: Masahiro Nomura
Author-email: masahironomura5325@gmail.com
Maintainer: Masahiro Nomura
Maintainer-email: masahironomura5325@gmail.com
License: MIT
Description: Nelder-Mead Method implemented by Python
        
        # Installation
        
        ```
        pip install neldermead
        ```
Keywords: optimization,Nelder-Mead
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires: numpy
Requires: functools
