Uses of Class
Individuals.GEIndividual

Packages that use GEIndividual
Individuals   
Operator.Operations   
 

Uses of GEIndividual in Individuals
 

Methods in Individuals that return GEIndividual
static GEIndividual GEIndividual.getIndividual(GEGrammar grammar, Phenotype phen, Genotype genotype, Fitness fitness)
          Factory method for creating GEIndivdual with different grammars
 

Methods in Individuals with parameters of type GEIndividual
 void GEIndividual.revalidate(GEIndividual ind)
          Sets the values reset by invalidate to the values from the individual passed in.
 

Uses of GEIndividual in Operator.Operations
 

Methods in Operator.Operations with parameters of type GEIndividual
protected  int SinglePointCrossover.getMaxXOPoint(GEIndividual i)
          Get xover max point based on used codons.
 int[] SinglePointCrossover.performCrossover(GEIndividual indiv1, GEIndividual indiv2, GEChromosome chrome1, GEChromosome chrome2, int chrome1MaxXOPoint, int chrome2MaxXOPoint)
          This method actually performs the crossover and returns an int array with the crossover points.