Files
EasyGA/src/survivor_selection/methods.py
2020-10-04 23:56:51 -04:00

9 lines
141 B
Python

class Survivor_methods:
"""Survivor methods defintion here"""
def elitism():
pass
def remove_two_worst():
pass