Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apanimesh061/sim-anneal

Simulated Annealing in Racket (Travelling Salesman Problem)
https://github.com/apanimesh061/sim-anneal

Last synced: 8 days ago
JSON representation

Simulated Annealing in Racket (Travelling Salesman Problem)

Awesome Lists containing this project

README

        

This is a solution for the Travelling Salesman Problem using Simulated Annealing.

It has been programmed in Racket.

We have a file storing the adjacency matrix of a 15 Cities configuration.

Run from DrRacket or from console "racket simAnneal.rkt"