|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Breeder | |
|---|---|
| ec | |
| ec.de | Differential Evolution Algorithms. |
| ec.es | |
| ec.multiobjective.spea2 | Strength Pareto Evolutionary Algorithm implementation. |
| ec.pso | |
| ec.simple | |
| ec.spatial | |
| ec.steadystate | |
| Uses of Breeder in ec |
|---|
| Fields in ec declared as Breeder | |
|---|---|
Breeder |
EvolutionState.breeder
The population breeder, a singleton object. |
| Uses of Breeder in ec.de |
|---|
| Subclasses of Breeder in ec.de | |
|---|---|
class |
Best1BinDEBreeder
Best1BinDEBreeder implements the DE/best/1/bin Differential Evolution algorithm. |
class |
DEBreeder
DEBreeder provides a straightforward Differential Evolution (DE) breeder for the ECJ system. |
class |
Rand1EitherOrDEBreeder
Rand1EitherOrDEBreeder implements the DE/rand/1/either-or Differential Evolution Algorithm, explored recently in the "Differential Evolution: A Practical Approach to Global Optimization" book by Kenneth Price, Rainer Storn, and Jouni Lampinen. |
class |
Rand1ExpDEBreeder
Rand1ExpDEBreeder implements the DE/rand/1/exp Differential Evolution Algorithm, explored recently in the "Differential Evolution: A Practical Approach to Global Optimization" book by Kenneth Price, Rainer Storn, and Jouni Lampinen. |
| Uses of Breeder in ec.es |
|---|
| Subclasses of Breeder in ec.es | |
|---|---|
class |
MuCommaLambdaBreeder
MuCommaLambdaBreeder is a Breeder which, together with ESSelection, implements the (mu,lambda) breeding strategy and gathers the comparison data you can use to implement a 1/5-rule mutation mechanism. |
class |
MuPlusLambdaBreeder
MuPlusLambdaBreeder is a subclass of MuCommaLambdaBreeder which, together with ESSelection, implements the (mu + lambda) breeding strategy and gathers the comparison data you can use to implement a 1/5-rule mutation mechanism. |
| Uses of Breeder in ec.multiobjective.spea2 |
|---|
| Subclasses of Breeder in ec.multiobjective.spea2 | |
|---|---|
class |
SPEA2Breeder
Breeds each subpopulation separately, with no inter-population exchange, and using the SPEA2 approach. |
| Uses of Breeder in ec.pso |
|---|
| Subclasses of Breeder in ec.pso | |
|---|---|
class |
PSOBreeder
PSOBreeder.java |
| Uses of Breeder in ec.simple |
|---|
| Subclasses of Breeder in ec.simple | |
|---|---|
class |
SimpleBreeder
Breeds each subpopulation separately, with no inter-population exchange, and using a generational approach. |
| Uses of Breeder in ec.spatial |
|---|
| Subclasses of Breeder in ec.spatial | |
|---|---|
class |
SpatialBreeder
A slight modification of the simple breeder for spatially-embedded EAs. |
| Uses of Breeder in ec.steadystate |
|---|
| Subclasses of Breeder in ec.steadystate | |
|---|---|
class |
SteadyStateBreeder
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||