Rakesh-Raushan

Results 1 issues of Rakesh-Raushan

~/pypi_local/pygad/pygad.py in run(self) 1261 self.last_generation_fitness = self.cal_pop_fitness() 1262 -> 1263 best_solution, best_solution_fitness, best_match_idx = self.best_solution(pop_fitness=self.last_generation_fitness) 1264 1265 # Appending the best solution in the current generation to the best_solutions list....

bug