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

Fix the include path #222

Closed benallard closed 3 years ago

benallard commented 3 years ago

The patch was necessary to be able to build it on a clean machine.

beniz commented 3 years ago

Thanks!