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.27k stars 332 forks source link

Rank Selection #67

Closed rsmithsa closed 4 years ago

rsmithsa commented 5 years ago

Is your feature request related to a problem? Please describe. I'm migrating some code from Accord.NET which uses the RankSelection method. There doesn't appear to be an implementation in GeneticSharp.

Describe the solution you'd like An implementation of the Rank Selection included in GeneticSharp.

Describe alternatives you've considered I've implemented this for my own project and I'm happy if you don't want to include this in GeneticSharp. However I do believe it will add value to other people.