Package de.sfuhrm.genetic

Base classes for a genetic algorithm. The AbstractHypothesis class must be derived and implemented to model your problem. The GeneticAlgorithm class is the genetic algorithm implementation which is able to calculate the maximum after a defined number of iterations.
Author:
Stephan Fuhrmann