giacomelli / GeneticSharp

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
MIT License
1.26k stars 330 forks source link

IntegerArrayChromosome class #108

Open mihakralj opened 1 year ago

mihakralj commented 1 year ago

to preserve bits, this class accepts only positive int[] values and auto-calculate the total bits required.

mihakralj commented 1 year ago

the failed unit test has nothing to do with my contributed code...

AnakinCN commented 1 year ago

Gene\<T> is the future