nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

uncaught exception

Open microprediction opened this issue 4 years ago • 0 comments

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

microprediction avatar Feb 17 '21 21:02 microprediction