edu.udo.cs.yale.operator.features.aggregation
Class AggregationTournamentSelection
java.lang.Object
edu.udo.cs.yale.operator.features.aggregation.AggregationTournamentSelection
- All Implemented Interfaces:
- AggregationSelection
public class AggregationTournamentSelection
- extends java.lang.Object
- implements AggregationSelection
Performs a tournament selection on the given population list.
- Version:
- $Id: AggregationTournamentSelection.java,v 1.3 2006/03/27 13:21:58
ingomierswa Exp $
- Author:
- Ingo Mierswa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
popSize
private int popSize
tournamentFraction
private double tournamentFraction
random
private java.util.Random random
AggregationTournamentSelection
public AggregationTournamentSelection(int popSize,
double tournamentFraction,
java.util.Random random)
performSelection
public void performSelection(java.util.List<AggregationIndividual> population)
- Specified by:
performSelection
in interface AggregationSelection
Copyright © 2001-2006