Replies: 2 comments 1 reply
-
good catch. can you create a PR to fix the two issues you have mentioned? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have just merged it. Thanks for your effort! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if it's the right place to talk about this but there are some issues in the code with numpy (the latest versions i think). For example, some algorithms like AGE use np.int which is deprecated, and when SingleObjectiveOutput is used, "if pf" should be "if pf is not None" to avoid errors.
Beta Was this translation helpful? Give feedback.
All reactions