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

IMutation. RequiredLength property #109

Open mikasoukhov opened 1 year ago

mikasoukhov commented 1 year ago

SequenceMutationBase derived mutation has lower limit equal 3 genes minimum. Will be great if you can add the property I can use in my own code. To check all input parameters before start (and show necessary errors to user).

AnakinCN commented 1 year ago

you can create fake genes to pass the check