cmaes: CMA-ES wrapper in Haskell
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Packages relying on Cabal 1.12 or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.18'.
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.
This package is an aggregate of programs. cma.py (c) Nikolaus Hansen, 2008-2012 is redistributed under GPL 2 or 3. All the other components (c) Takayuki Muranushi are licensed under MIT license. See the files LICENSE.GPL2, LICENSE.GPL3 and LICENSE.MIT for more details.
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.1, 0.2.3, 0.2.3 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5), mtl, process, safe (>=0.3), strict (>=0.3.2), syb [details] |
License | LicenseRef-OtherLicense |
Author | Takayuki Muranushi |
Maintainer | Dominic Steinitz |
Category | Numerical, Optimization, Algorithms |
Source repo | head: git clone git://github.com/idontgetoutmuch/cmaes.git |
Uploaded | by DominicSteinitz at 2020-10-10T14:05:44Z |
Modules
[Index] [Quick Jump]
- Numeric
- Optimization
- Algorithms
- Optimization
Downloads
- cmaes-0.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees