edu.udo.cs.yale.operator.learner.meta.eaboost
Interface BoostingSelection

All Known Implementing Classes:
BoostingNonDominatedSortingSelection, BoostingTournamentSelection

public interface BoostingSelection

Should perform a selection on the given population list.

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

Method Summary
 void performSelection(java.util.List<BoostingIndividual> population)
           
 

Method Detail

performSelection

void performSelection(java.util.List<BoostingIndividual> population)


Copyright © 2001-2006