Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 651 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 651 Bytes

GeneticAlgorithmForTSP

Simple genetic algorithm for Traveling Salesman Problem. The code implements population managment, tournament selection, crossover of individuals and mutation. There's simple graphical presentation of the results as well as the basic parameters that allows to control the algorithm throught the entire optimization process... Feel free to modify the parameters and experiments with your own data :)

pobrany plik

Example results of searching for 500 ind population (for included problem with basic parameters).