Julien Schueller
Julien Schueller
hello @mahyaret, any news here ?
this method is deprecated and its documentation was removed
yes, and already removed for 1.24: https://openturns.github.io/openturns/master/user_manual/_generated/openturns.Cobyla.html
yes, we should use setCheckStatus instead from now on
the inequality constraint is constant and negative so your problem is not feasible
oh yes, thats because we want to have at least one feasible point to return the result, otherwise the optimal point is undefined for example, but that can change I...
one difference I can see with the c++ test is the iteration limit, maybe try that: ``` diff --git a/python/test/t_Bonmin_std.py b/python/test/t_Bonmin_std.py index 01ee596dd..82cb91039 100755 --- a/python/test/t_Bonmin_std.py +++ b/python/test/t_Bonmin_std.py @@ -55,6...
to use octave 10 you need the master branch, but nlopt 2.10.0 should work fine with octave 8.x
similar to #2378
we swapped arguments of the inversegamma, see #2694