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

feat(python): best sol candidate in phenotype space #221

Closed beniz closed 3 years ago

beniz commented 3 years ago

This PR brings access to the solution values in phenotype space from the Python bindings.

beniz commented 3 years ago

Should ease #220 #214 and #146