CMA-ES / libcmaes

libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy
Other
321 stars 78 forks source link

Support for GPU #71

Open beniz opened 9 years ago

beniz commented 9 years ago

GPU offer up to 50 times faster linear algebra computations, including singular value decomposition.

There are three possible paths:

cmastalli commented 7 years ago

is there any news about the libcmaes with GPU processing?

beniz commented 7 years ago

Hi, not that I know of. However, with the definite rise of GPUs, I believe this is still a good idea! In the past I did use the GPU to run the objective function though.