https://github.com/mitmul/cma-es
https://github.com/mitmul/cma-es
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitmul/cma-es
- Owner: mitmul
- Created: 2013-04-15T06:51:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T11:38:31.000Z (about 13 years ago)
- Last Synced: 2025-01-24T11:44:14.372Z (over 1 year ago)
- Language: C++
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CMA-ES
================
CMA-ES(Covariance Matrix Adaptation - Evolution Strategy)という進化戦略アルゴリズムのC++実装.
### Requirements
- boost
- eigen3