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

Fix for #70 unintentional ref comparison #100

Closed Darcara closed 1 year ago

Darcara commented 1 year ago

As discussed in #70 I changed the best chromosome comparision to use IComparable

I also fixed a similar warning in CheckersSquare.cs