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
-
Class Summary Class Description AbstractHypothesis<T extends AbstractHypothesis> Hypothesis base class.GeneticAlgorithm<H extends AbstractHypothesis<H>> Generic genetic algorithm implementation.