Package es.udc.gii.common.eaf.algorithm.parallel.migration.culling

Interface Summary
MigCullingStrategy A culling strategy is used in a MigrationOperator to know which individuals from the current island's population are to be removed considering those individuals who come from other islands.
 

Class Summary
WorstCull A culling strategy that returns the worst individuals of the current population.