edu.udo.cs.yale.operator.features.aggregation
Class AggregationTournamentSelection

java.lang.Object
  extended by 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

Field Summary
private  int popSize
           
private  java.util.Random random
           
private  double tournamentFraction
           
 
Constructor Summary
AggregationTournamentSelection(int popSize, double tournamentFraction, java.util.Random random)
           
 
Method Summary
 void performSelection(java.util.List<AggregationIndividual> population)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popSize

private int popSize

tournamentFraction

private double tournamentFraction

random

private java.util.Random random
Constructor Detail

AggregationTournamentSelection

public AggregationTournamentSelection(int popSize,
                                      double tournamentFraction,
                                      java.util.Random random)
Method Detail

performSelection

public void performSelection(java.util.List<AggregationIndividual> population)
Specified by:
performSelection in interface AggregationSelection


Copyright © 2001-2006