-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Bug report] Optimal solution is slightly infeasible #2098
Comments
It looks like subtracting |
I thought changing the |
I implemented a different solution 9294678 which does in each coordinate this transformation A condition of |
|
The regression test passes. It tests like |
Describe the bug
The optima solution obtained with the (hidden) method
problem._best_parameter
for problemf18
in 20-D has some very small positive value for some constraints. This prevents the triggering of the final target (and maybe some others) when evaluating what is supposed to be a reference for the global optimum.Your System (please complete the following information when it seems relevant):
Minimal Reproducible Example
Outputs:
The text was updated successfully, but these errors were encountered: