Class Summary |
Best1BinDEBreeder |
Best1BinDEBreeder implements the DE/best/1/bin Differential Evolution algorithm. |
DEBreeder |
DEBreeder provides a straightforward Differential Evolution (DE) breeder
for the ECJ system. |
DEStatistics |
DEStatistics provides a straightforward solution to one problem
many existing ECJ statistics classes have when used in conjunction
with Differential Evolution (DE), namely reporting the fitness of individuals
after they have been evaluated. |
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. |
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. |