Package de.htwdd.rosenkoenig.ga

Contains a Genetic Algorithm to determine an appropriate structure of a Neural Network that could be applied to an artificial player.

See:
          Description

Class Summary
GeneticRosenkoenig This implementation of GeneticAlgorithm tries to determine an appropriate neural network for an artificial Rosenkoenig player.
NetworkFitness A FitnessFunction to calculate the fitness of a neural net which could be applied to an artificial player.
PopulationOutputter Can be used to visualize the outputs generated by GeneticRosenkoenig.
 

Package de.htwdd.rosenkoenig.ga Description

Contains a Genetic Algorithm to determine an appropriate structure of a Neural Network that could be applied to an artificial player.