Need help with fixing Genetic Algorithm that's not evolving correctly
- by EnderMB
I am working on a maze solving application that uses a Genetic Algorithm to evolve a set of genes (within Individuals) to evolve a Population of Individuals that power an Agent through a maze.
The majority of the code used appears to be working fine but when the code runs it's not selecting the best Individual's to be in the new Population…