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
324 stars 79 forks source link

Support for GPU #71

Open beniz opened 10 years ago

beniz commented 10 years ago

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

There are three possible paths:

cmastalli commented 8 years ago

is there any news about the libcmaes with GPU processing?

beniz commented 8 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.