Skip to content

Releases: chaossoftware/genetic-algorithm

Release list

2.0.0

Choose a tag to compare

@dobriyanchik dobriyanchik released this 17 May 18:35
  • Support of netstandard2.0 only
  • Mersenne Twister replaced with Xorshift

1.0.0

Choose a tag to compare

@dobriyanchik dobriyanchik released this 26 Feb 11:44

First release

Implementation of genetic algorithm.

Entities:

  • Population
  • Interface for chromosomes

Engines:

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

Base of evolution engine