Package | Description |
---|---|
jenes.chromosome | |
jenes.performance | |
jenes.tutorials.old.problem2 | |
jenes.tutorials.old.problem3 | |
jenes.tutorials.problem2 | |
jenes.tutorials.problem3 |
Modifier and Type | Method and Description |
---|---|
IntegerChromosome |
IntegerChromosome.clone() |
Modifier and Type | Method and Description |
---|---|
void |
IntegerChromosome.cross(IntegerChromosome chromosome,
int from) |
void |
IntegerChromosome.cross(IntegerChromosome chromosome,
int from,
int to) |
void |
IntegerChromosome.difference(IntegerChromosome chromosome,
double[] diff) |
boolean |
IntegerChromosome.equals(IntegerChromosome chromosome)
Compares the chromosome with another.
|
void |
IntegerChromosome.setAs(IntegerChromosome chromosome) |
Constructor and Description |
---|
IntegerChromosome(IntegerChromosome chromosome)
Creates a new IntegerIndividual with the specified chromosome
|
Modifier and Type | Method and Description |
---|---|
void |
TSPGA.evaluateIndividual(Individual<IntegerChromosome> individual) |
protected void |
TSPMutator.mutate(Individual<IntegerChromosome> t) |
protected void |
TSPGA.randomizeIndividual(Individual<IntegerChromosome> individual) |
Constructor and Description |
---|
TSPGA(double[][] matrix,
Population<IntegerChromosome> pop,
int genlimit) |
Modifier and Type | Method and Description |
---|---|
void |
PatternGA.evaluateIndividual(Individual<IntegerChromosome> individual) |
Constructor and Description |
---|
PatternGA(Population<IntegerChromosome> pop,
int numGen) |
Modifier and Type | Method and Description |
---|---|
void |
TSPScrambleMutator.randomize(IntegerChromosome chrom,
int min,
int max)
Randomizes the elements chromosome within the range [min,max]
|
Modifier and Type | Method and Description |
---|---|
void |
TSPGA.evaluateIndividual(Individual<IntegerChromosome> individual) |
protected void |
TSPScrambleMutator.mutate(Individual<IntegerChromosome> t) |
protected void |
TSPGA.randomizeIndividual(Individual<IntegerChromosome> individual) |
Constructor and Description |
---|
TSPGA(double[][] matrix,
Population<IntegerChromosome> pop,
int genlimit) |
Modifier and Type | Method and Description |
---|---|
void |
PatternGA.PatternFitness.evaluate(Individual<IntegerChromosome> individual) |
Constructor and Description |
---|
PatternGA(Population<IntegerChromosome> pop,
int numGen) |
Modifier and Type | Method and Description |
---|---|
void |
TSPScrambleMutator.randomize(IntegerChromosome chrom,
int min,
int max)
Randomizes the elements chromosome within the range [min,max]
|
Modifier and Type | Method and Description |
---|---|
void |
TSPGA.TSPFitness.evaluate(Individual<IntegerChromosome> individual) |
protected void |
TSPScrambleMutator.mutate(Individual<IntegerChromosome> t) |
protected void |
TSPGA.randomizeIndividual(Individual<IntegerChromosome> individual) |
Constructor and Description |
---|
TSPGA(double[][] matrix,
Population<IntegerChromosome> pop,
int genlimit) |