Uses of Class
org.encog.neural.neat.training.NEATGenome

Packages that use NEATGenome
org.encog.neural.neat.training   
 

Uses of NEATGenome in org.encog.neural.neat.training
 

Methods in org.encog.neural.neat.training that return NEATGenome
 NEATGenome NEATTraining.crossover(NEATGenome mom, NEATGenome dad)
          Perform the crossover.
 NEATGenome NEATTraining.tournamentSelection(int numComparisons)
          Select a gene using a tournament.
 

Methods in org.encog.neural.neat.training with parameters of type NEATGenome
 NEATGenome NEATTraining.crossover(NEATGenome mom, NEATGenome dad)
          Perform the crossover.
 double NEATGenome.getCompatibilityScore(NEATGenome genome)
          Get the compatibility score with another genome.
 

Constructors in org.encog.neural.neat.training with parameters of type NEATGenome
NEATGenome(NEATGenome other)
          Construct a genome by copying another.
 



Copyright © 2011. All Rights Reserved.