Package org.uma.evolver.algorithm.base.nsgaii
package org.uma.evolver.algorithm.base.nsgaii
-
ClassesClassDescriptionBaseNSGAII<S extends org.uma.jmetal.solution.Solution<?>>Abstract base class for configurable NSGA-II (Non-dominated Sorting Genetic Algorithm II) implementations.A configurable implementation of the Non-dominated Sorting Genetic Algorithm II (NSGA-II) specifically designed for binary-encoded optimization problems.A configurable implementation of the Non-dominated Sorting Genetic Algorithm II (NSGA-II) specifically designed for continuous (real-valued) optimization problems.A configurable implementation of the Non-dominated Sorting Genetic Algorithm II (NSGA-II) specifically designed for permutation-based optimization problems.