Skip to content

1.0.0

Choose a tag to compare

@dobriyanchik dobriyanchik released this 26 Feb 11:44
· 3 commits to master since this release

First release

Implementation of genetic algorithm.

Entities:

  • Population
  • Interface for chromosomes

Engines:

  • GeneticEngine (single step evolution)
  • BulkGeneticEngine (multiple steps evolution)

Base of evolution engine