|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.algorithm.parallel.migration.culling.WorstCull
public class WorstCull
A culling strategy that returns the worst individuals of the current population.
Constructor Summary | |
---|---|
WorstCull()
Creates a new instance of WorstCull |
Method Summary | |
---|---|
void |
configure(org.apache.commons.configuration.Configuration conf)
|
java.util.List<Individual> |
getIndividualsToCull(EvolutionaryAlgorithm algorithm,
java.util.List<Individual> migrants,
java.util.List<Individual> currentIndividuals)
Returns the individuals to remove from the current population. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorstCull()
Method Detail |
---|
public java.util.List<Individual> getIndividualsToCull(EvolutionaryAlgorithm algorithm, java.util.List<Individual> migrants, java.util.List<Individual> currentIndividuals)
MigCullingStrategy
getIndividualsToCull
in interface MigCullingStrategy
public void configure(org.apache.commons.configuration.Configuration conf)
configure
in interface Configurable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |