nlopt
nlopt copied to clipboard
library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
Helps make the conda package have correct pip metadata. Makes it possible to create wheels and have them uploaded to PyPI later.
Hello, NLopt seems not to be compatible with numpy 2.0 yet ([see this CI](https://github.com/ICB-DCM/pyPESTO/actions/runs/9595626421/job/26463337234#step:6:136)).
Hello. Please see [issue #794](https://github.com/lme4/lme4/issues/794) for the [lme4](https://cran.r-project.org/web/packages/lme4/index.html) package for R, where as part of debugging, it seems that there are UBSAN errors, at least in the BOBYQA file: [1](https://github.com/lme4/lme4/issues/794#issuecomment-2171765497),...
When building nlopt version 2.8.0 for openSUSE Tumbleweed, where the default C/C++ compiler is GCC 13, we find that running ctest gives the following "buffer overflow" errors: ``` [ 57s]...
Dear all, First of all, thanks for the great work, this is an incredibly useful package. I have a question (and maybe suggestion) regarding the license of NLOpt, it being...
In preparation to the real problem I have, I am now trying SLSQP (NLopt 2.8.0 on windows) with a toy problem: find center and radius of a circumference given Ns...
Thank you for creating this package. I'm re-implementing a R version into Python for easier deployment, but run into an issue that they're not returning the same. I believe the...
Closes #606
### What happened? When using LN_PRAXIS and calling .get_numevals() of the optimizer from within the target function, at some point it will report the same value twice. In the MWE,...
I am the maintainer of the **nloptr** R package which ports the *nlopt* library for the R community. With the upcoming R 4.5 release, warnings appeared of the following form:...