Cleaned up the while loop

This commit is contained in:
danielwilczak101
2020-11-17 01:22:05 -05:00
parent 0d8fb6147c
commit 260d17bf91
3 changed files with 9 additions and 6 deletions

View File

@ -148,11 +148,11 @@ class Population:
"""Sets the fitness value of the population"""
self.fitness = fitness
'''
def __repr__(self):
"""Returns a backend string representation of the entire population"""
pass
'''
def print_all(self):
"""Prints information about the population in the following format: