| Class | Description |
|---|---|
| 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.
|
| NSGA2MultiObjectiveFitness |
NSGA2MultiObjectiveFitness is a subclass of MultiObjeciveFitness which
adds auxiliary fitness measures (sparsity, rank) largely used by MultiObjectiveStatistics.
|
| Enum | Description |
|---|---|
| NSGA2Breeder.BreedingState |
We use a state variable to make sure that the nextSubpopulationSize() method
is only called at the appropriate time.
|