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've an issue in the model.py
--Select elite group
--> 382 elites, non_elites, elite_fitness_list = self.partition(population, fitness_list)
--Biased Mating & Crossover
I've already fixed this issue's lines
[(https://github.com//issues/3)]
My problem solved by adjusting the return self.partition function because we commented the third returned value so we may ignore elite_fitness_list or we may keep it as is in the function's return.
The text was updated successfully, but these errors were encountered:
I've an issue in the model.py
--Select elite group
--> 382 elites, non_elites, elite_fitness_list = self.partition(population, fitness_list)
--Biased Mating & Crossover
I've already fixed this issue's lines
[(https://github.com//issues/3)]
My problem solved by adjusting the return self.partition function because we commented the third returned value so we may ignore elite_fitness_list or we may keep it as is in the function's return.
The text was updated successfully, but these errors were encountered: