Removed useless import statements
This commit is contained in:
@ -1,8 +1,4 @@
|
|||||||
import random
|
import random
|
||||||
from initialization.chromosome_structure.chromosome import Chromosome as create_chromosome
|
|
||||||
from initialization.gene_structure.gene import Gene as create_gene
|
|
||||||
from initialization.population_structure.population import Population
|
|
||||||
from initialization.chromosome_structure.chromosome import Chromosome
|
|
||||||
|
|
||||||
class Parent_Selection:
|
class Parent_Selection:
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,4 @@
|
|||||||
import random
|
import random
|
||||||
from initialization.chromosome_structure.chromosome import Chromosome as create_chromosome
|
|
||||||
from initialization.gene_structure.gene import Gene as create_gene
|
|
||||||
from initialization.population_structure.population import Population
|
|
||||||
from initialization.chromosome_structure.chromosome import Chromosome
|
|
||||||
|
|
||||||
class Survivor_Selection:
|
class Survivor_Selection:
|
||||||
"""Survivor selection determines which individuals should be brought to the next generation"""
|
"""Survivor selection determines which individuals should be brought to the next generation"""
|
||||||
|
|||||||
Reference in New Issue
Block a user