A generic algorithm to solve various problems in a genetic manner.
This project is a test ground for making a generic genetic algorithm than can ideally solve most problems by using some kind of crossover and mutation
this reposotory contains a travelling salesman problem and the solver using this algorithm. feel free to try it and do pull requests :) the code is not commented yet so it will take a while to understand.
to get started, open the project in Unity 2018+. under "KurdifyEngine\Genetic Algorithms" you'll find the editor window for the travelling salesman problem, play around with it a bit to see the graph of the solver and the chromosomes.