Package | Description |
---|---|
com.sun.electric.tool.placement | |
com.sun.electric.tool.placement.genetic2 | |
com.sun.electric.tool.placement.genetic2.metrics |
Class and Description |
---|
PlacementGenetic
Combination of Genetic Algorithm and Simulated Annealing.
|
Class and 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.
|
Individual
Abstract class representing an individual in a genetic algorithm.
|
Reference
Class representing the nodesToPlace and the reference placement for DeltaIndividuals.
|
UnifiedPopulation
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.
|
Class and Description |
---|
Block
A Block is a simplified PlacementNode for the genome of an Individual in a genetic algorithm.
|
Reference
Class representing the nodesToPlace and the reference placement for DeltaIndividuals.
|