Releases: AdrianvEik/GeneticAlgorithm
Releases · AdrianvEik/GeneticAlgorithm
v0.3-alpha
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
Binary operations based on integer arrays.