You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the SLSQP optimizer with equality and inequality constraints to port a code from python (using scipy) to C# (using NLoptNetnlopt wrapper).
When using SLSQP version of scipy I can add equality constraints without any issues. When using SLSQP version from nlopt I get a NLOPT_ROUNDOFF_LIMITED error code.
Additional information
I search some information (in nlopt documentation) about the SLSQP optimizer implementation and both scipy and nlopt version seem to be based on the same fortran code.
I'm using a C# wrapper in my code (see issue BrannonKing/NLoptNet#16) but the same issue is raised with C++ version (see below).
Hi,
Description
I'm trying to use the SLSQP optimizer with equality and inequality constraints to port a code from python (using scipy) to C# (using NLoptNet nlopt wrapper).
When using SLSQP version of scipy I can add equality constraints without any issues. When using SLSQP version from nlopt I get a
NLOPT_ROUNDOFF_LIMITED
error code.Additional information
I search some information (in nlopt documentation) about the SLSQP optimizer implementation and both scipy and nlopt version seem to be based on the same fortran code.
I'm using a C# wrapper in my code (see issue BrannonKing/NLoptNet#16) but the same issue is raised with C++ version (see below).
Maybe related with #350
Minimal working code
The text was updated successfully, but these errors were encountered: