Skip to content

Releases: AdrianvEik/GeneticAlgorithm

v0.3-alpha

15 Dec 13:17
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Changed the structure of the binary computations to work with binary allocations instead of arrays of (int) 0 and (int) 1. This fixes the bitsize to 32 and impacts all crossover and mutation functions.

v0.2-alpha

15 Dec 13:09
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Binary operations based on integer arrays.