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.28k stars 335 forks source link

Interface on Population #7

Closed rrduarte closed 8 years ago

rrduarte commented 8 years ago

Would be possible to have an interface IPopulation? I would like to implement my own population method (EndCurrentGeneration).

giacomelli commented 8 years ago

Yes, it's possible.

BTW, what do you want to execute in your own EndCurrentGeneration?