Added structure directory and improved sort by fitness
This commit is contained in:
4
src/structure/__init__.py
Normal file
4
src/structure/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# FROM (. means local) file_name IMPORT function_name
|
||||
from .gene import Gene
|
||||
from .chromosome import Chromosome
|
||||
from .population import Population
|
||||
Reference in New Issue
Block a user