-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting Inexact Errors from NOMAD.jl when tuning Integer and Boolean variables #48
Comments
@MonssafToukal Could you provide a simple blackbox example ? |
@MonssafToukal Is it the output of the blackbox |
Hey @salomonl and @amontoison |
https://bbopt.github.io/NOMAD.jl/dev/nomadProblem/ : see But yes, we should precise that all inputs of a blackbox for |
Hi @salomonl ! Sorry for the late reply. Indeed, the |
I sometimes obtain the following error when using integer and boolean inputs. From my perspective, it seems to happen randomly, but I am not sure. I will sometimes rerun
NOMAD.jl
and I won't get an error. Here is a recent stacktrace:To fix the issue, I had to do a
convert(Bool, round(Int64, value))
.Any ideas? I am curious why it seems to happen arbitrarily.
The text was updated successfully, but these errors were encountered: