Julien Schueller
Julien Schueller
try pagmo
you can already set these 2 options since I put them in the cache, so another option on top of that is maybe overkill
please provide a minimal code that helps reproduce the issue
some tests fail
can you provide a minimal reproducer example please ?
confirmed, this is a bug in cobyla.c, appears in the original powell version as well. @stevengj, maybe the algorithm does not check for optimality for each feasible point of the...
nlopt-python is probably not a good name, maybe nlopt-wheels, or just wheels ? a word on your wheels: - i686 is probably useless these days (or win32) - what are...
I'd say dont rely on the pointers, just cache the input values and the associated objective and constraints values and in your case maybe it will be easier to use...
yes, per constraint then per variable; this is explained in the doc: https://nlopt.readthedocs.io/en/latest/NLopt_Reference/#vector-valued-constraints
it turns out the address is valid and it is a compiler false positive