Class DeleteNLastImpl<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.core.replacement.DeleteNLastImpl<T>
- All Implemented Interfaces:
ReplacementStrategyImplementor<T>
public class DeleteNLastImpl<T extends Comparable<T>>
extends Object
implements ReplacementStrategyImplementor<T>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteNLastImpl
(DeleteNLast _deleteNLastSpec, Selector<T> _offspringSelector) -
Method Summary
-
Field Details
-
deleteNLastSpec
-
offspringSelector
-
-
Constructor Details
-
DeleteNLastImpl
-
-
Method Details
-
select
public Population<T> select(AbstractEAConfiguration<T> eaConfiguration, int numIndividuals, List<Genotype> population, List<T> populationScores, List<Genotype> offsprings, List<T> offspringScores) - Specified by:
select
in interfaceReplacementStrategyImplementor<T extends Comparable<T>>
-