Package | Description |
---|---|
com.sun.electric.tool.placement.genetic1 | |
com.sun.electric.tool.placement.genetic1.g1 |
Modifier and Type | Method and Description |
---|---|
Population |
PopulationCreation.generatePopulation(PlacementNodeProxy[] nodeProxies,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
int populationSize) |
Modifier and Type | Field and Description |
---|---|
static PlacementNodeProxy[] |
GeneticPlacement.nodeProxies |
Modifier and Type | Method and Description |
---|---|
Population |
PopulationCreationRandomWithPlaceHolder2.generatePopulation(PlacementNodeProxy[] nodeProxies,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
int populationSize)
Generates random population with added placeholer nodes.
|
Constructor and Description |
---|
GenePlacementLeftRightAlignedDrop(int placementWidth,
int chromosomeSize,
PlacementNodeProxy[] nodeProxies) |
MetricBoundingBox3(java.util.List<PlacementFrame.PlacementNetwork> networks,
PlacementNodeProxy[] nodeProxies) |
SubPopulationProcessing(int epochLenght,
long randomSeed,
int placementWidth,
PlacementNodeProxy[] nodeProxies,
java.util.List<PlacementFrame.PlacementNetwork> networks,
int chromosomeSize) |