Class NSGA2Selector<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.moo.nsga2.impl.NSGA2Selector<T>
- All Implemented Interfaces:
Selector<T>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.logging.log4j.Logger
private final NSGA2Selection
<T> -
Constructor Summary
-
Method Summary
-
Field Details
-
logger
public static final org.apache.logging.log4j.Logger logger -
nsga2Selection
-
-
Constructor Details
-
NSGA2Selector
-
-
Method Details
-
select
public Population<T> select(AbstractEAConfiguration<T> eaConfiguration, int numIndividuals, List<Genotype> population, List<T> fitnessScore) - Specified by:
select
in interfaceSelector<T extends Comparable<T>>
-