Fixed print tabbing
This commit is contained in:
@ -123,7 +123,7 @@ class GA(attributes):
|
|||||||
|
|
||||||
def print_generation(self):
|
def print_generation(self):
|
||||||
"""Prints the current generation"""
|
"""Prints the current generation"""
|
||||||
print(f"Current Generation: {self.current_generation}")
|
print(f"Current Generation \t: {self.current_generation}")
|
||||||
|
|
||||||
|
|
||||||
def print_population(self):
|
def print_population(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user