dcaffo98/transpormer
TranSPormer: a transformer for the Travelling Salesman Problem
This project helps optimize routes for tasks involving multiple stops, like delivery services or logistics planning. You provide a list of locations, and it generates an efficient path connecting all of them, aiming to minimize the total distance traveled. This is useful for anyone who needs to find the shortest possible route through a series of points.
No commits in the last 6 months.
Use this if you need to quickly find an optimized, shorter route through many distinct locations.
Not ideal if your routing problem involves dynamic constraints like traffic, time windows, or vehicle capacity.
Stars
26
Forks
5
Language
Python
License
GPL-3.0
Category
Last pushed
Apr 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/dcaffo98/transpormer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in...
kyegomez/LongNet
Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens"
pbloem/former
Simple transformer implementation from scratch in pytorch. (archival, latest version on codeberg)
NVIDIA/FasterTransformer
Transformer related optimization, including BERT, GPT
kyegomez/SimplifiedTransformers
SimplifiedTransformer simplifies transformer block without affecting training. Skip connections,...