API redesign
·
72 commits
to master
since this release
Major API redesign:
AlgorithmDefinition:AbstractHypothesisis gone, everything is done now using a Java generic hypothesis type and an implementation of anAlgorithmDefinition.GeneticAlgorithm: EasierGeneticAlgorithminstance creation using theGenericAlgorithmBuilder.GeneticAlgorithm: Added possibility to calculate a single generation.- All: More documentation including UML diagrams.