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

Build with CMake does not build `test_functions` mentioned in README.md #197

Open fidergo-stephane-gourichon opened 5 years ago

fidergo-stephane-gourichon commented 5 years ago

Context

Building libcmaes with CMake.

README.md mentions:

cd tests
./test_functions --dim 30 --lambda 100 --max_iter 120 --fname fsphere

Expected

Programs runs.

Observed

./test_functions
bash: ./test_functions: No such file or directory

Additional information

$ ls
CMakeFiles  CTestTestfile.cmake  Makefile  cmake_install.cmake  t_edm  t_simple-test