nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

using nlopt c++ in windows MSVC with BFGS algorithm

Open jbensabat opened this issue 7 months ago • 0 comments

Hello I am trying to set a optimization problem (objective function, upper bound and lower bound constraints) using the gradient based optimization (BFGS). When I used c++ version (nlopt.hpp) i get a failure but when I run the same algorithm with the c version (nlopt.h) it runs fine. Is this a bug ? or I am doing something wrong? best jac

jbensabat avatar Apr 19 '25 19:04 jbensabat