Added structure directory and improved sort by fitness

This commit is contained in:
SimpleArt
2020-10-12 23:43:28 -04:00
parent 8056bbde1c
commit b42034c402
7 changed files with 9 additions and 8 deletions

View 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