GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
https://github.com/giacomelli/GeneticSharp
There are 3 samples in the current version:
CAR2D
Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles.
TSP
The classic TSP sample, but in this, we can change the cities positions while the genetic algorithm is running and see how it finds the best route.
WALL BUILDER
This sample tries to build a higher wall using random initial bricks positions.
https://github.com/giacomelli/GeneticSharp
There are 3 samples in the current version:
CAR2D
Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles.
TSP
The classic TSP sample, but in this, we can change the cities positions while the genetic algorithm is running and see how it finds the best route.
WALL BUILDER
This sample tries to build a higher wall using random initial bricks positions.
Show More