| Class | Description |
|---|---|
| AbstractHypothesis<T extends AbstractHypothesis> |
Hypothesis base class.
|
| GeneticAlgorithm<H extends AbstractHypothesis<H>> |
Generic genetic algorithm implementation.
|
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.Copyright © 2017. All rights reserved.