-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Tests for multi-objectives fail #45
Comments
Using a RNG is the best option (suggested by #24); however, a lot of work is required due to we need to update every Changing the threshold (say 0.5) is OK for me. |
I am going to send a PR for this. |
I think this PR solves it and I have all of the tests passed in my machine. |
jmejia8
added a commit
that referenced
this issue
Oct 23, 2022
Solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After performing
I get
Is 0.2267 reasonable or the right result? How about changing the threshold or using a RNG to generate an exact solution in each time?
Thanks.
The text was updated successfully, but these errors were encountered: