GenomeType
- Type of genome used to represent a single element in the
genetic population, such as a Vector, for example@CodeReview(reviewer="Kevin R. Dixon",date="2008-07-23",changesNeeded=false,comments={"Moved previous code review as CodeReview annotation","Looks fine."}) @CodeReview(reviewer="Justin Basilico",date="2006-10-04",changesNeeded=false,comments="Interface looks fine.") public interface Selector<GenomeType> extends Reproducer<GenomeType>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EvaluatedGenome<GenomeType>> |
select(java.util.Collection<EvaluatedGenome<GenomeType>> genomes)
Selects and returns a portion of the given population.
|
reproduce
java.util.Collection<EvaluatedGenome<GenomeType>> select(java.util.Collection<EvaluatedGenome<GenomeType>> genomes)
genomes
- The population to select from.