Alot of name changes and file name changes
This commit is contained in:
1
src/survivor_selection/README.md
Normal file
1
src/survivor_selection/README.md
Normal file
@ -0,0 +1 @@
|
||||
# Selection functions
|
||||
2
src/survivor_selection/__init__.py
Normal file
2
src/survivor_selection/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
# FROM (. means local) file_name IMPORT function_name
|
||||
from .methods import Survivor_methods
|
||||
8
src/survivor_selection/methods.py
Normal file
8
src/survivor_selection/methods.py
Normal file
@ -0,0 +1,8 @@
|
||||
class Survivor_methods:
|
||||
"""Survivor methods defintion here"""
|
||||
|
||||
def elitism():
|
||||
pass
|
||||
|
||||
def remove_two_worst():
|
||||
pass
|
||||
0
src/survivor_selection/test_methods.py
Normal file
0
src/survivor_selection/test_methods.py
Normal file
Reference in New Issue
Block a user