Skip to content

API redesign

Choose a tag to compare

@sfuhrm sfuhrm released this 01 May 12:33
· 72 commits to master since this release

Major API redesign:

  • AlgorithmDefinition: AbstractHypothesis is gone, everything is done now using a Java generic hypothesis type and an implementation of an AlgorithmDefinition.
  • GeneticAlgorithm: Easier GeneticAlgorithm instance creation using the GenericAlgorithmBuilder.
  • GeneticAlgorithm: Added possibility to calculate a single generation.
  • All: More documentation including UML diagrams.