nlopt
nlopt copied to clipboard
uncaught exception
Uncaught exception if algo name is wrong causes python session to crash.
import nlopt algorithm = "nlopt_ln_cobyla" n_dim = 3 opt = nlopt.opt(algorithm, n_dim) libc++abi.dylib: terminating with uncaught exception of type std::invalid_argument: wrong algorithm string