Class AllCasesGenotypeCombinator
java.lang.Object
net.bmahe.genetics4j.core.combination.AllCasesGenotypeCombinator
- All Implemented Interfaces:
GenotypeCombinator
TODO TEST THE SHIT OUT OF ME
- Author:
- bruno
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncombine
(AbstractEAConfiguration eaConfiguration, List<List<Chromosome>> chromosomes)
-
Constructor Details
-
AllCasesGenotypeCombinator
public AllCasesGenotypeCombinator()
-
-
Method Details
-
combine
public List<Genotype> combine(AbstractEAConfiguration eaConfiguration, List<List<Chromosome>> chromosomes) - Specified by:
combine
in interfaceGenotypeCombinator
-