Class NSGA2
java.lang.Object
org.episteme.core.mathematics.optimization.evolutionary.NSGA2
NSGA-II (Non-dominated Sorting Genetic Algorithm II) Implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionNSGA2(int populationSize, int numVariables, int numObjectives, BiConsumer<double[], double[]> evaluate) -
Method Summary
-
Constructor Details
-
NSGA2
public NSGA2(int populationSize, int numVariables, int numObjectives, BiConsumer<double[], double[]> evaluate)
-
-
Method Details
-
evolve
public void evolve() -
getPopulation
-