The Encog Project

Package org.encog.solve.genetic

Class Summary
Chromosome<GENE_TYPE> Chromosome: Implements a chromosome to genetic algorithm.
GeneticAlgorithm<GENE_TYPE> GeneticAlgorithm: Implements a genetic algorithm.
MateWorker<GENE_TYPE> MateWorker: This class is used in conjunction with a thread pool.
 


The Encog Project