Uses of Class
org.vizzini.ai.geneticalgorithm.ChromosomeDouble

Packages that use ChromosomeDouble
org.vizzini.ai.geneticalgorithm Provides genetic algorithm classes for the game framework. 
 

Uses of ChromosomeDouble in org.vizzini.ai.geneticalgorithm
 

Subclasses of ChromosomeDouble in org.vizzini.ai.geneticalgorithm
 class ChromosomeNeuralNetwork
          Provides a chromosome which contains DefaultNeuralNetwork s.
 

Methods in org.vizzini.ai.geneticalgorithm with parameters of type ChromosomeDouble
static void ChromosomeNeuralNetwork.chromosomeToNetwork(ChromosomeDouble chromosome, INeuralNetwork network)
          Set the neural network's weights from the chromosome.
static void ChromosomeNeuralNetwork.networkToChromosome(INeuralNetwork network, ChromosomeDouble chromosome)
          Set the chromosome's genes from the neural network weights.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02