The Encog Project

Package org.encog.neural.networks.training.genetic

Class Summary
NeuralChromosome NeuralChromosome: Implements a chromosome that allows a feedforward neural network to be trained using a genetic algorithm.
NeuralGeneticAlgorithm NeuralGeneticAlgorithm: Implements a genetic algorithm that allows a feedforward neural network to be trained using a genetic algorithm.
TrainingSetNeuralChromosome TrainingSetNeuralChromosome: Implements a chromosome that allows a feedforward neural network to be trained using a genetic algorithm.
TrainingSetNeuralGeneticAlgorithm TrainingSetNeuralGeneticAlgorithm: Implements a genetic algorithm that allows a feedforward neural network to be trained using a genetic algorithm.
 


The Encog Project