PatWie / CppNumericalSolvers

a lightweight header-only C++17 library of numerical optimization methods for nonlinear functions based on Eigen
MIT License
878 stars 201 forks source link

Update cmaesbsolver.h #143

Closed antoinecollet5 closed 2 years ago

antoinecollet5 commented 2 years ago

FIX typo made with #141 -> make problem size dynamic for CMAES-B, fix issue #142

PatWie commented 2 years ago

Good spot! As there has been exploitation on the CI, I had to shut it down and I wasn't able to run the test automatically. Thanks for fixing.