nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization

Results 100 nlopt issues
Sort by recently updated
recently updated
newest added

Dear author, I want to ask a question , Can Nlopt Slove Nonlinear Constraints without object function,I want to slove Nonlinear Constraints only,but need not object function.

I am using NLopt EA in python. This algorithm does not xtol_rel, xtol_abs, ftol_rel and ftol_abs it just stop after maxeval or stopval

I try to use the StoGo algorithm in NLOPT to optimize my objective function, but this algorithm always throw `std::runtime_error`(NLOPT_FAILURE). In order to verify the correctness of the code, I...

Please can you look into adding a callback function for optimization algorithms that is called at the end of each (outer / main) optimization loop / iteration. I tried adding...

Is there a reason that nlopt does not publish an sdist to pypi?

FindGuile.cmake does not seem to work everywhere. The pkg-config approach to guile is quite robust and is available in most platforms. This is a cleaned up CMake script for NLopt...

Hi, I am wondering if there is the possibility to modify the move limit in the Nlopt MMA algorithm.

enhancement

Hi. Sorry to send this request here. I try to got the mailing lists but the links in the NLOPT webpage did not work. Where could I get the tar.gz...

The problem that I am trying to solve is associated with a large data structure that should be accessed as infrequently as possible. This is why I would like to...

Hi, I'm getting the following linker error message : in function `nlopt::opt::get_errmsg() const': Hamiltonian.cpp:(.text._ZNK5nlopt3opt10get_errmsgEv[_ZNK5nlopt3opt10get_errmsgEv]+0x5b): undefined reference to `nlopt_get_errmsg' collect2: error: ld returned 1 exit status when trying to compile a...