-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use NlOpt with GPU and Lux #253
Comments
Hi @jakubMitura14, I'm not sure what the cause is. I suggest you instead open an issue in https://github.com/SciML/Optimization.jl. This doesn't seem like a bug in NLopt.jl. It would help to create a minimal reproducible example. Does this need the GPU? Does it need the lower and upper variable bounds? Does it need packages like Plots? |
So what do you suggest here to change apart form removing unnecessary packages imports? |
Even if the package is used in the example, try also to see if you can remove this dependency. |
Ok thanks ! |
Hello I tried to use NLopt like below
but it give warning and give information that arguments are invalid (Hovewer still return something)
The text was updated successfully, but these errors were encountered: