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

Changed scalar_normal_dist_op to class with user-defined moved ctor #227

Closed phbasler closed 3 years ago

phbasler commented 3 years ago

@beniz As discussed in #226 here is a seperate PR for the eigenfix. Closes #225