Found 39 repositories(showing 30)
kellenf
TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)
acatone-git
Custom Collections for the TrimUI Smart Pro
Pegah-Ardehkhani
A collection of algorithms and methods for solving combinatorial optimization problems, including techniques for TSP, Knapsack, and other NP-hard problems using heuristics, metaheuristics, and exact methods
developer-shourav
No description available
A collection of Python implementations of algorithms for finding approximate TSP tours and related problems
ipa320
Collection of TSP solvers.
RedRage4
A few launcher.sh scripts for creating custom collections on the TrimUI Smart Pro
ines312692
A Python library implementing various optimization algorithms for solving combinatorial optimization problems. This repository provides a collection of metaheuristic and exact algorithms that can be applied to problems like the Knapsack Problem and the Traveling Salesman Problem (TSP).
zhangfeiran
Asymmertric TSP-based Genshin Impact optimal path planning for materials collection/monsters farming
DoNguyenAnhTuan
A Python-based collection of algorithms for solving classic combinatorial optimization problems, including TSP, knapsack, and graph-based solutions.
Utkarsshhh2403
This project is a collection of classic AI/ML algorithms implemented with interactive GUI using Python and Tkinter. It includes visual and functional representations of: Water Jug Problem (Hill Climbing) BFS & DFS using TSP Tic Tac Toe (Minimax-based) Find-S Algorithm 8 Puzzle (Greedy Best-First Search).
bhavyapandya07
This collection includes a secure Flask app for hybrid RSA-AES file encryption, an optimization algorithm comparison for ML and TSP, a fashion recommendation system using content and collaborative filtering, and a Tic-Tac-Toe AI featuring Q-Learning, Policy Gradient, and Minimax—all with clean interfaces and robust tech stacks.
mochow13
My undergraduate thesis titled Garbage Collection Routing Based on Traveling Salesman Problem
No description available
andrewmr
Collection of TSP work done on my morning commute.
OmarAtyqy
A collection of heuristics to solve the TSP problem
eivhav
Collection of sub-symbolic projects. Evolutionary/genetic algorithms, EANN, Swarm intelligence, Multiobjective TSP
Akshayy-y
Collection of brute force algorithm implementations in Python (Password cracking, Knapsack, TSP, etc.)
mclaurinpd
A collection of different algorithms to find solutions to the TSP. A WIP.
terman37
Collections of python code (for OOP), notebooks and some basic projects (TSP, Tweepy scrapper)
jeppe742
Collection of different approximation methods for solving the Traveling Salesman Problem (TSP) implemented in python
SantoshMule2004
A collection of Python practice problems and optimization-based solutions for the Travelling Salesman Problem (TSP).
ItayKaplan
A comprehensive collection of exact, approximate, and metaheuristic algorithms for solving the Traveling Salesman Problem (TSP).
SambhavMishra8319
A collection of optimization algorithms including the Traveling Salesman Problem (TSP) and Longest Common Subsequences problem algorithms.
nabilasiregar
A collection of stochastic simulation projects, including Mandelbrot set estimation, queue system modeling, and TSP solving with simulated annealing.
LeonEricsson
This is a collection of various smaller projects such as Game of Life, TSP, Huffmancoding, Trailblazer and Robots (Game)
anca-paleu
"A collection of interactive graph theory algorithms implemented in C++, featuring GUI visualizers for network flows, pathfinding, and TSP approximation
Fadiabdf
Collection of notebooks dedicated to solving the TSP (Travelling Salesman Problem) using various optimization techniques, including exact methods, heuristics, and metaheuristics.
GIS and Operations Research–based optimization of municipal solid waste collection routes using K-Means clustering and Google OR-Tools (TSP) on real road networks.
FredericoBaker
A collection of TSP solutions comparing Branch and Bound, Christofides, and Twice Around the Tree algorithms, complete with datasets, results, analysis, and a detailed study report.