digital-bauhaus/EGame

check number of individuals on initialize_population

Opened this issue · 0 comments

a breeder class can increase the number of individuals, which should not be allowed ...
for example:

  • breeder.py line 36: for _ in range(num_individuals+20):