Alot of name changes and file name changes

This commit is contained in:
danielwilczak101
2020-10-04 23:56:51 -04:00
parent 80ebe8ca0c
commit 68db360b94
29 changed files with 166 additions and 161 deletions

View File

@ -1,2 +1,2 @@
# FROM (. means local) file_name IMPORT class name
from .examples import termination_examples
from .methods import Termination_methods

View File

@ -1,4 +1,4 @@
class termination_examples:
class Termination_methods:
"""Example functions that can be used to terminate the the algorithms loop"""
def fitness_based(ga):