Open lavakin opened 1 year ago
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.
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!