@hackage cmaes0.1.0.0

CMA-ES wrapper in Haskell

cmaes is a wrapper for Covariance Matrix Adaptation Evolution Strategy(CMA-ES), an evolutionary algorithm for difficult non-linear non-convex optimization problems in continuous domain. To use this package you need python2 with numpy available on your system. The package includes cma.py , Nikolaus Hansen's production-level CMA library: http://www.lri.fr/~hansen/cmaes_inmatlab.html#python.