You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm not familiar enough with GCC low level optimizations to give you a useful hint here. Maybe try with clang and/or more recent GCC if only for ruling this out. See #174 as there seems to be issues with some versions of eigen and GCC. Finally, see whether this occurs with all of the libcmaes sample programs.
I came across a seg fault when compiling the bounded example with certain optimisation flags (g++ 5.4.0).
works fine, and runs to give the right output.
But
causes a seg fault. The backtrace suggests a bug either in
Eigen
orlibcmaes
's use of it?The text was updated successfully, but these errors were encountered: