| Package | Description |
|---|---|
| ec.multiobjective.nsga2 | |
| ec.multiobjective.spea2 | |
| ec.simple | |
| ec.spatial | |
| ec.steadystate |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPEA2Breeder
This subclass of SimpleBreeder overrides the loadElites method to build an archive in the top elites[subpopnum]
of each subpopulation.
|
| Modifier and Type | Field and Description |
|---|---|
SimpleBreeder |
SimpleBreederThread.me |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialBreeder
A slight modification of the simple breeder for spatially-embedded EAs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SteadyStateBreeder
This subclass of Breeder performs the evaluation portion of Steady-State Evolution and (in distributed form)
Asynchronous Evolution.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.