Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: not enough values to unpack (expected 3, got 2) #4

Open
taha7ussein007 opened this issue Jun 10, 2022 · 0 comments
Open

Comments

@taha7ussein007
Copy link

taha7ussein007 commented Jun 10, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant