-
Notifications
You must be signed in to change notification settings - Fork 46
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
Exception thrown by objective function is not rethrown by nlopt #156
Comments
Quote from readme:
|
ikirill
added a commit
to ikirill/NLopt.jl
that referenced
this issue
Jan 22, 2021
ikirill
added a commit
to ikirill/NLopt.jl
that referenced
this issue
Aug 5, 2022
Closed
odow
pushed a commit
that referenced
this issue
Jan 25, 2023
ikirill
added a commit
to ikirill/NLopt.jl
that referenced
this issue
Jun 17, 2023
odow
pushed a commit
that referenced
this issue
Jan 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test fails for me using
] dev NLopt
. I expected the exception from withinobj
to be rethrown to the called onNLopt.optimize
Instead optimize returns:
The text was updated successfully, but these errors were encountered: