/TravellingSalesmanProblem

Algorithms to solve the travelling salesman problem

Primary LanguageC#

TravellingSalesmanProblem

Algorithms to solve the travelling salesman problem

Youtube Videos (german)

Path generator

Generators for test data

Uniform2DRandom

Uniform distributed 2D data

Normal2DRandom

Normal distributed 2D data

Circle

Circle shaped test data. Easy to see global optimum.

BigValleyRandom

High point concentration in center. It leads to a "Big Valley" in solution space. Could be used for Big-Valley-Search strategies.