fillipe-gsm / python-tsp

Library to solve Traveling Salesperson Problems with pure Python code
MIT License
174 stars 28 forks source link

Feat: solve TSP using Variable Neighborhood Search metaheuristic #36

Closed luanleonardo closed 1 year ago

luanleonardo commented 1 year ago

Description

A Traveling Salesperson Problem (TSP) solver using the Variable Neighborhood Search metaheuristic.