Uses of Class
Individuals.Phenotype

Packages that use Phenotype
FitnessEvaluation   
FitnessEvaluation.BinomialProblem   
FitnessEvaluation.externalInterpreters.ParityProblem   
FitnessEvaluation.externalInterpreters.SantaFeAntTrail   
FitnessEvaluation.externalInterpreters.SymbolicRegression   
FitnessEvaluation.HelloWorld   
FitnessEvaluation.PatternMatch   
FitnessEvaluation.RoyalTree   
Individuals   
Mapper   
Util   
Util.Structures   
 

Uses of Phenotype in FitnessEvaluation
 

Methods in FitnessEvaluation with parameters of type Phenotype
protected abstract  java.lang.String InterpretedFitnessEvaluationBSF.createCode(Phenotype p)
          Create code by adding header and tail to the evolved input
 double InterpretedFitnessEvaluationBSF.runFile(Phenotype p)
          Create a header and a tail for the input string.
abstract  double InterpretedFitnessEvaluation.runFile(Phenotype p)
          Run the phenotype and return the fitness
 

Uses of Phenotype in FitnessEvaluation.BinomialProblem
 

Methods in FitnessEvaluation.BinomialProblem with parameters of type Phenotype
 java.lang.String BinomialBSF.createCode(Phenotype p)
           
 double BinomialJScheme.runFile(Phenotype p)
           
 

Uses of Phenotype in FitnessEvaluation.externalInterpreters.ParityProblem
 

Methods in FitnessEvaluation.externalInterpreters.ParityProblem with parameters of type Phenotype
 java.lang.String EvenFiveParityFitnessBSF.createCode(Phenotype p)
          Create a header and a tail for the input string.
 

Uses of Phenotype in FitnessEvaluation.externalInterpreters.SantaFeAntTrail
 

Methods in FitnessEvaluation.externalInterpreters.SantaFeAntTrail with parameters of type Phenotype
 java.lang.String SantaFeAntTrailBSF.createCode(Phenotype p)
          Create a header and a tail for the input string.
 

Uses of Phenotype in FitnessEvaluation.externalInterpreters.SymbolicRegression
 

Methods in FitnessEvaluation.externalInterpreters.SymbolicRegression with parameters of type Phenotype
 java.lang.String SymbolicRegressionBSF.createCode(Phenotype p)
           
 double SymbolicRegressionJScheme.runFile(Phenotype p)
           
 

Uses of Phenotype in FitnessEvaluation.HelloWorld
 

Methods in FitnessEvaluation.HelloWorld with parameters of type Phenotype
protected  java.lang.String HelloWorldBSF.createCode(Phenotype p)
          Create a header and a tail for the input string.
 

Uses of Phenotype in FitnessEvaluation.PatternMatch
 

Methods in FitnessEvaluation.PatternMatch with parameters of type Phenotype
 double WordMatch.evaluateString(Phenotype p)
          Compare a string to the word.
 

Uses of Phenotype in FitnessEvaluation.RoyalTree
 

Methods in FitnessEvaluation.RoyalTree with parameters of type Phenotype
 double RoyalTree.evaluateString(Phenotype p)
          The phenotype will be a tree in lisp-syntax.
 

Uses of Phenotype in Individuals
 

Methods in Individuals that return Phenotype
 Phenotype Individual.getPhenotype()
          Get phenotype
 Phenotype GEIndividual.getPhenotype()
           
abstract  Phenotype AbstractIndividual.getPhenotype()
           
 

Methods in Individuals with parameters of type Phenotype
static GEIndividual GEIndividual.getIndividual(GEGrammar grammar, Phenotype phen, Genotype genotype, Fitness fitness)
          Factory method for creating GEIndivdual with different grammars
 void Individual.setPhenotype(Phenotype p)
          Set phenotype
 void GEIndividual.setPhenotype(Phenotype p)
           
abstract  void AbstractIndividual.setPhenotype(Phenotype p)
           
 

Constructors in Individuals with parameters of type Phenotype
GEIndividual(GEGrammar g, Phenotype p, Genotype gen, Fitness f)
          Create new GEindividual instance
Phenotype(Phenotype p)
          Copy constructor
 

Uses of Phenotype in Mapper
 

Methods in Mapper that return Phenotype
 Phenotype GEGrammar.getPhenotype()
           
 

Methods in Mapper with parameters of type Phenotype
 void GEGrammar.setPhenotype(Phenotype phenotype)
          Set output
 

Uses of Phenotype in Util
 

Methods in Util that return Phenotype
static Phenotype GenotypeHelper.getNodePhenotype(DerivationNode node)
           
 

Uses of Phenotype in Util.Structures
 

Methods in Util.Structures that return Phenotype
 Phenotype ReversePolish.toPrefixPhenotype(Phenotype phenotype)
           
 

Methods in Util.Structures with parameters of type Phenotype
 Phenotype ReversePolish.toPrefixPhenotype(Phenotype phenotype)