Package ec.multiobjective.nsga2

Class Summary
NSGA2Breeder This SimpleBreeder subclass breeds a set of children from the Population, then joins the original Population with the children in a (mu+mu) fashion.
NSGA2Evaluator The NSGA2Evaluator is a simple generational evaluator which evaluates every single member of the population (in a multithreaded fashion).
NSGA2MultiObjectiveFitness NSGA2MultiObjectiveFitness is a subclass of MultiObjeciveFitness which adds auxiliary fitness measures (sparsity, rank) largely used by MultiObjectiveStatistics.