Releases: Gustavo-SF/tsp-algorithms
Releases · Gustavo-SF/tsp-algorithms
Release 0.2.0
- Nearest Neighbors algorithm accepts any object that has a
__float__method - Added Two-Opt method (
tsp.two_opt) - Added Route Cost method (
tsp.route_cost)
Release 0.1.0
- Added Nearest Neighbors Algorithm for solving TSP