edu.udo.cs.yale.operator.learner.meta.eaboost
Class BoostingTournamentSelection

java.lang.Object
  extended by edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingTournamentSelection
All Implemented Interfaces:
BoostingSelection

public class BoostingTournamentSelection
extends java.lang.Object
implements BoostingSelection

Performs a tournament selection on the given population list.

Version:
$Id: BoostingTournamentSelection.java,v 1.1 2006/04/05 08:57:26 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  int popSize
           
private  double tournamentFraction
           
 
Constructor Summary
BoostingTournamentSelection(int popSize, double tournamentFraction)
           
 
Method Summary
 void performSelection(java.util.List<BoostingIndividual> 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
Constructor Detail

BoostingTournamentSelection

public BoostingTournamentSelection(int popSize,
                                   double tournamentFraction)
Method Detail

performSelection

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


Copyright © 2001-2006