CMA-ES / c-cmaes

CMA-ES written in ANSI C (yet fairly object-oriented)
Other
56 stars 26 forks source link

extern C in boundary_transformation header #23

Open koehlerson opened 5 years ago

koehlerson commented 5 years ago

Hey there,

I just wanted to inform you that if a user utilizes your code from C++ the compiler won't find anything of the boundary_transformation stuff, because the extern "C" call is missing in the header file.

Thanks for your code and best regards Max