kamil271e / double-tsp

Assorted heuristics for solving a modified Traveling Salesperson Problem (TSP) combinatorial challenge.
0 stars 0 forks source link

Define neighbourhoods operations #21

Closed kamil271e closed 5 months ago

kamil271e commented 5 months ago

Define neighbourhoods including 2 types of moves:

Remember to include both intra-class and interclass movements.

Add objective function that uses delta.

unbreaking-V commented 5 months ago

With function to calculate the fitness of the path, where the fitness is the sum of the distances between the vertices