You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the same mistake as you have here: Genomes are mutable, so any changes to the genomes effect the "version" in the list as well as the one in the wild. it's all the same genome - it's similar to "pass by reference" vs "pass by value" in other programming languages.
https://github.com/codewmax/neat-chrome-dinosaur/blob/169846d256d570b8141d4192f5b8739c52bdb634/main.py#L136
I Think you should move that line up before appending the genome to the List
The text was updated successfully, but these errors were encountered: