Alot of name changes and file name changes
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
# FROM (. means local) file_name IMPORT class name
|
||||
from .examples import termination_examples
|
||||
from .methods import Termination_methods
|
||||
|
||||
@ -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):
|
||||
Reference in New Issue
Block a user