Replies: 1 comment 1 reply
-
Hi @sudistes4, The population must be 2D. You can build some functionalities that convert your format to a format compatible with PyGAD. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I am working on a school project. I have difficulties to determinate the appropriate type for my chromosomes.
For the moment, our chromosome consists of a list of lists (each gene is a list containing characteristics which are strings).
I have the following issue :
ValueError: A 2D list is expected to the initail_population parameter but a (3-D) list found.
Is there any way to solve it ?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions