Metadata-Version: 1.2
Name: crfmnes
Version: 0.0.1
Summary: CR-FM-NES for numerical optimization in Python
Home-page: https://github.com/nmasahiro/crfmnes
Author: Masahiro Nomura
Author-email: masahironomura5325@gmail.com
Maintainer: Masahiro Nomura
Maintainer-email: masahironomura5325@gmail.com
License: MIT
Description: ## crfmnes
        
        CR-FM-NES implemented by Python
        
        ## Installation
        
        ```bash
        $ pip install crfmnes
        ```
Keywords: optimization,CR-FM-NES
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
