Class | Description |
---|---|
CrowdingGA<T extends Chromosome> |
A genetic algorithm based on crowding
|
IslandGA<T extends Chromosome> |
IslandGA implements a niche based algorithm
|
IslandGA.Graph |
The Graph represent the paths between islands in the algorithm landscape
|
NSGA2<T extends Chromosome> |
Multi-objective genetic algorithm as proposed by Deb.
|
SimpleGA<T extends Chromosome> |
A facade providing a simple interface to GeneticAlgorithm.
|
SteadyStateGA<T extends Chromosome> |
Steady-state genetic algorithm
|
Enum | Description |
---|---|
IslandGA.ReplacementStrategy |
The elitism strategy enumeration
|
SimpleGA.CrossoverMethod |
Provides the available crossover methods
|
SimpleGA.SelectionMethod |
Provides the available selection methods
|
SteadyStateGA.SelectionMethod |
Provides the available selection methods
|