Updated Implementation Framework
Updated to cover changes made by Dan to Master regarding general design changes Also added remove_two_worst survivor selection method
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
# FROM (. means local) file_name IMPORT function_name
|
||||
from .mutation_types import Mutation_Types
|
||||
from .mutation_methods import Mutation_Methods
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import random
|
||||
|
||||
class Mutation_Types:
|
||||
class Mutation_Methods:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
0
src/mutation/test_examples.py
Normal file
0
src/mutation/test_examples.py
Normal file
Reference in New Issue
Block a user