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

ToFloatingPoints() ArgumentException #93

Closed Prion6 closed 1 year ago

Prion6 commented 2 years ago

Describe the bug ArgumentException when using ToFloatingPoints() method of the FloatingPointChromosome class

To Reproduce call the function

Expected behavior return an array with all the genes values

Version: 2.6.0

giacomelli commented 1 year ago

Please, can you provide a sample code where this happens?

giacomelli commented 1 year ago

Closed due to inactivity. Feel free to reopen it if needed.