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 | Method and Description |
---|---|
void |
Crossover.crossover(Population population) |
void |
PopulationMutation.mutate(Population p) |
void |
Selection.selection(Population population) |
Modifier and Type | Method and Description |
---|---|
Population |
SubPopulationProcessing.call() |
Population |
PopulationCreationRandomWithPlaceHolder2.generatePopulation(PlacementNodeProxy[] nodeProxies,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
int populationSize)
Generates random population with added placeholer nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
CycleCrossoverFavoringStrongParents.crossover(Population population) |
void |
PopulationMutation2.mutate(Population p) |
void |
SelectionTournament.selection(Population population) |
void |
SubPopulationProcessing.setSubPolulation(Population population) |