Uses of Class
org.encog.ml.genetic.GeneticAlgorithm

Packages that use GeneticAlgorithm
org.encog.ml.genetic This package is used to hold the classes used to implement genetic algorithms for Encog. 
org.encog.ml.genetic.genome This package is used for Encog Genetic Algorithms. 
org.encog.ml.genetic.population This package is used for Encog Genetic Algorithms. 
org.encog.neural.neat.training   
org.encog.neural.networks.training.genetic This package provides genetic training for neural networks. 
 

Uses of GeneticAlgorithm in org.encog.ml.genetic
 

Subclasses of GeneticAlgorithm in org.encog.ml.genetic
 class BasicGeneticAlgorithm
          Provides a basic implementation of a genetic algorithm.
 

Uses of GeneticAlgorithm in org.encog.ml.genetic.genome
 

Methods in org.encog.ml.genetic.genome that return GeneticAlgorithm
 GeneticAlgorithm Genome.getGeneticAlgorithm()
           
 GeneticAlgorithm BasicGenome.getGeneticAlgorithm()
           
 

Methods in org.encog.ml.genetic.genome with parameters of type GeneticAlgorithm
 void Genome.setGeneticAlgorithm(GeneticAlgorithm ga)
          Set the GA used by this genome.
 void BasicGenome.setGeneticAlgorithm(GeneticAlgorithm ga)
          Set the genetic algorithm to use.
 

Uses of GeneticAlgorithm in org.encog.ml.genetic.population
 

Methods in org.encog.ml.genetic.population with parameters of type GeneticAlgorithm
 void BasicPopulation.claim(GeneticAlgorithm ga)
          Claim the population, before training.
 void Population.claim(GeneticAlgorithm ga)
          Claim the population, before training.
 

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

Subclasses of GeneticAlgorithm in org.encog.neural.neat.training
 class NEATTraining
          Implements NEAT genetic training.
 

Uses of GeneticAlgorithm in org.encog.neural.networks.training.genetic
 

Subclasses of GeneticAlgorithm in org.encog.neural.networks.training.genetic
 class NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper
          Very simple class that implements a genetic algorithm.
 



Copyright © 2011. All Rights Reserved.