Package | Description |
---|---|
com.sun.electric.tool.placement.genetic2 |
Modifier and Type | Method and Description |
---|---|
int |
DeltaIndividual.compareTo(DeltaIndividual other)
Method to compare the badness with another individual.
|
void |
DeltaIndividual.copyFrom(DeltaIndividual other)
Method to copy the genes (Blocks) and badness from another Individual.
|
void |
DeltaIndividual.deriveFrom(DeltaIndividual mom,
DeltaIndividual dad,
java.util.Random rand)
Method to do a crossover of two genomes and write the result to the Individual's genome.
|
double |
DeltaIndividual.distance(DeltaIndividual other) |
void |
Reference.update(DeltaIndividual indi) |