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

Abstraction & Generalization #79

Closed atharkes closed 3 years ago

atharkes commented 3 years ago

I happily used this framework for a course at my university. I did require some abstractions and generalizations to the framework to accomplish the goals of the assignments, so I created this fork. I think some of the changes I made can be worthwhile to look at. I did my best to adhere to the codestyle, yet this was only used for educational purposes so I might have missed some details.

giacomelli commented 3 years ago

@atharkes thanks for the contribution.

I'll take a look at it, but first I need you to fix the broken build. You can see the details here: https://ci.appveyor.com/project/giacomelli/geneticsharp/builds/35449095

giacomelli commented 3 years ago

Closing due to inactivity. Feel free to reopen it.