Ross ROSS = Recommend OSS · open-source software intelligence for agents

diego-vicente/som-tsp

Solving the Traveling Salesman Problem using Self-Organizing Maps observed · 2026-08-28

github.com/diego-vicente/som-tsp · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3222
  • days_rel: n/a
  • days_push: 983
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3933 stars · 599 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Python implementation that solves the Traveling Salesman Problem using Self-Organizing Maps, a neural network technique adapted to find approximate TSP routes. It provides an approximation algorithm for this NP-complete problem rather than an exact solution.

Use cases

  • solve the traveling salesman problem with a self-organizing map
  • find approximate TSP routes for city datasets
  • learn how SOMs can be applied to combinatorial optimization
  • compare TSP approximation heuristics
  • visualize how a SOM converges on a route
  • benchmark sub-optimal TSP solvers in Python

When to choose

  • you need a quick approximate solution to a TSP instance
  • you want a readable educational implementation of SOM-based TSP solving
  • you are researching neural approaches to combinatorial optimization

When to avoid

  • you need a provably optimal TSP solution
  • you require high-performance solving of very large instances
  • you need a maintained production library with active development

Facets

library · maturity maintenance

machine-learning simulation math artificial-intelligence data-science python cross-platform self-organizing-map traveling-salesman-problem tsp-approximation neural-network optimization algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
diego-vicente/som-tspmain32

For agents

markdown · JSON · MCP: product_card(name="diego-vicente/som-tsp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem