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

Put out a new Release? #205

Open Olllom opened 4 years ago

Olllom commented 4 years ago

Hi @beniz,

First of all, thank you for making your code available. It has been very helpful in our research. Unfortunately, the latest (0.9.5) release of libcmaes does not contain any cmake files, which makes building on conda a bit problematic. The current conda-forge feedstock is outdated and fixing it would be easier if I had access to an updated release version that reflects the current master branch. Would you mind adding a release for the current master or are there any known problems with the current version that you would not want to have in a release?

See discussion in: https://github.com/conda-forge/staged-recipes/pull/11679

Best, Andreas

beniz commented 4 years ago

Hi, thanks for highlighting the missing release, see https://github.com/beniz/libcmaes/releases/tag/0.9.6 and let me know if something is still missing.

Olllom commented 4 years ago

perfect, thank you!