GeneticAlgorithmPython
GeneticAlgorithmPython copied to clipboard
Exception in GA, when setting adaptive mutation and batch fitness simultaneously
Hi, I'm trying to have adaptive mutation while computing the fitness in batches. Apparently, it works fine, until it computes all the batches in current population, but then it tries to input an 1D array with the length of the total number of genes.
Thanks!
Thanks for opening the issue. There was a bug and it is fixed. It will be available in the new release of the library.