Updated to cover changes made by Dan to Master regarding general design changes Also added remove_two_worst survivor selection method
3 lines
101 B
Python
3 lines
101 B
Python
# FROM (. means local) file_name IMPORT function_name
|
|
from .mutation_methods import Mutation_Methods
|