-
Notifications
You must be signed in to change notification settings - Fork 80
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
OptimizationType.MAXIMIZATION does not work with GWO #246
Comments
Hi @timzatko! Thank you for reporting the issue. Based on the provided information I would suggest you upgrade the NiaPy to version 2.0.0rc10. Please report back if you still facing the problem with the 2.0.0rc10 version. |
In 2.0.0rc10 the output for the same code is:
|
Btw, then the README is incorrect as it states that the latest version is 2.0.0rc5. |
Thanks for the feedback, we will update the README. Regarding the issue, could you @kb2623 take a look at this? |
Hi to all, found the problem and solved it. |
@all-contributors add @timzatko for a bug report |
I've put up a pull request to add @timzatko! 🎉 |
Hi!
OptimizationType.MAXIMIZATION does not work when used, I tried it with GWO but it seems to be buggy also with other algorithms.
Steps to reproduce
requirements.txt
Code - taken from here, changed only the optimization type
Expected behavior
It should not throw any error.
Actual behavior
System configuration
Using docker
jupyter/scipy-notebook
.The text was updated successfully, but these errors were encountered: