Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 338 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 338 Bytes

Clustermatic

TSP solving algorithm for multiple travelers using Genetic Algorithm.

For dividing cities to travelers, k-means algorithm used with small differences to original one. Within cities, Genetic Algorithm used to solve Tsp, but instead of random created solutions at the beginning, we choose to create them with some intution.