edu.udo.cs.yale.operator.features.aggregation
Interface AggregationSelection

All Known Implementing Classes:
AggregationNonDominatedSortingSelection, AggregationTournamentSelection

public interface AggregationSelection

Should perform a selection on the given population list.

Version:
$Id: AggregationSelection.java,v 1.3 2006/03/27 13:21:58 ingomierswa Exp $
Author:
Ingo Mierswa

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

Method Detail

performSelection

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


Copyright © 2001-2006