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

Changed OpenMP to modern CMake #236

Closed phbasler closed 2 years ago

phbasler commented 2 years ago

Starting with CMake 3.9 the FindOpenMP provides the OpenMP_CXX target by itself (https://cliutils.gitlab.io/modern-cmake/chapters/packages/OpenMP.html ), so this can be simplified to clean up the CMake Setup.