Class NSGA2

java.lang.Object
org.episteme.core.mathematics.optimization.evolutionary.NSGA2

public class NSGA2 extends Object
NSGA-II (Non-dominated Sorting Genetic Algorithm II) Implementation.
  • Constructor Details

    • NSGA2

      public NSGA2(int populationSize, int numVariables, int numObjectives, BiConsumer<double[],double[]> evaluate)
  • Method Details