Learning4Optimization-HUST/H-TSP
Official implementation of H-TSP (AAAI2023)
This project helps operations managers, logistics planners, or delivery service coordinators efficiently plan routes for a large number of stops. You input a list of locations, and it outputs an optimized sequence for visiting them, minimizing travel distance or time. This is for anyone needing to solve complex routing problems in fields like supply chain or transportation.
No commits in the last 6 months.
Use this if you need to find the most efficient route for a delivery truck, sales representative, or service technician visiting many different locations.
Not ideal if you are looking for a simple mapping tool for a few stops, or if you don't have the technical expertise to set up a specialized routing solver.
Stars
56
Forks
16
Language
Python
License
MIT
Category
Last pushed
Mar 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Learning4Optimization-HUST/H-TSP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild