Class | Description |
---|---|
Block |
A Block is a simplified PlacementNode for the genome of an Individual in a genetic algorithm.
|
ClassicIndividual |
A ClassicIndividual contains a complete copy of a placement.
|
DeltaIndividual |
This kind of individual only saves the deltas (differences) to a common
reference placement.
|
Evolver |
Class for running a genetic algorithm in a separate thread.
|
GeneticPlacer |
Genetic algorithm for placement.
|
Individual<I extends Individual> |
Abstract class representing an individual in a genetic algorithm.
|
PlacementGenetic |
Combination of Genetic Algorithm and Simulated Annealing.
|
Population<I extends Individual> |
Class for running a genetic algorithm in a separate thread.
|
Reference |
Class representing the nodesToPlace and the reference placement for DeltaIndividuals.
|
SimulatedAnnealing |
Class for running simulated annealing.
|
UnifiedPopulation<I extends Individual> |
Class for running a genetic algorithm in a separate thread.
|
UniformGrid |
This is a data structure for the acceleration of collision detection,
it speeds up the calculation of overlap area.
|