Metadata-Version: 2.1
Name: fcmaes
Version: 1.1.16
Summary: A Python 3 gradient-free optimization library.
Home-page: https://github.com/dietmarwo/fast-cma-es
Author: Dietmar Wolz
Author-email: drdietmarwolz@yahoo.de
License: MIT
Description: # fcmaes
        A Python 3 gradient-free optimization library.
        
        - [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)
        - [PYKEP Gym Results](https://github.com/dietmarwo/fast-cma-es/blob/master/PYKEP.adoc)
        - [Constraints](https://github.com/dietmarwo/fast-cma-es/blob/master/Constraints.adoc)
        - [Expressions](https://github.com/dietmarwo/fast-cma-es/blob/master/Expressions.adoc)
        - [ODE](https://github.com/dietmarwo/fast-cma-es/blob/master/ODE.adoc)
        - [MINLP](https://github.com/dietmarwo/fast-cma-es/blob/master/MINLP.adoc)
Keywords: optimization,CMA-ES,Harris hawks,differential evolution,dual annealing,fast CMA,stochastic,gradient free,parallel retry
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
