Skip to content

A generic algorithm to solve various problems in a genetic manner.

License

Notifications You must be signed in to change notification settings

shkarface/Generic-Genetic-Algorithm

Repository files navigation

Generic-Genetic-Algorithm

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

Travelling Salesman Problem

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.

About

A generic algorithm to solve various problems in a genetic manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages