Class NSGA2Utils
java.lang.Object
net.bmahe.genetics4j.moo.nsga2.impl.NSGA2Utils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> double[]
crowdingDistanceAssignment
(int numberObjectives, List<T> fitnessScore, Function<Integer, Comparator<T>> objectiveComparator, ObjectiveDistance<T> objectiveDistance)
-
Constructor Details
-
NSGA2Utils
private NSGA2Utils()
-
-
Method Details
-
crowdingDistanceAssignment
public static <T> double[] crowdingDistanceAssignment(int numberObjectives, List<T> fitnessScore, Function<Integer, Comparator<T>> objectiveComparator, ObjectiveDistance<T> objectiveDistance)
-