public class SortGenomesForSpecies extends java.lang.Object implements java.util.Comparator<Genome>, java.io.Serializable
| Constructor and Description |
|---|
SortGenomesForSpecies(EvolutionaryAlgorithm theTrain)
Construct the comparator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Genome g1,
Genome g2) |
public SortGenomesForSpecies(EvolutionaryAlgorithm theTrain)
theTrain - The trainer.