Francesco Biscani
Results
39
issues of
Francesco Biscani
COBYLA seems to hang on the following code: https://gist.github.com/bluescarni/bdb1981c80966ebae5d92551b605347d Compilation command line, on 64bit linux GCC 6.3 and NLopt 2.4.2: ```console g++ -std=c++11 -O2 -DNDEBUG file.cpp -lnlopt -march=native ``` If...