Metadata-Version: 2.1
Name: fcmaes
Version: 0.9.5
Summary: Fast implementation of CMA-ES.
Home-page: https://github.com/dwolz/cmaes
Author: Dietmar Wolz
Author-email: drdietmarwolz@yahoo.de
License: MIT
Description: # Fast CMA-ES
        Fast Python implementation of the CMA-ES optimization algorithm.
        
        - [README](https://github.com/dietmarwo/fast-cma-es/blob/master/README.adoc)
        - [Tutorial](https://github.com/dietmarwo/fast-cma-es/blob/master/Tutorial.adoc)
        - [Results](https://github.com/dietmarwo/fast-cma-es/blob/master/Results.adoc)
        - [QnA](https://github.com/dietmarwo/fast-cma-es/blob/master/QnA.adoc)
        
Keywords: optimization,CMA-ES,cmaes,fast CMA,parallel retry,reinforcement learning,machine learning
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Other Audience
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: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
