/teaspoon

A library of solutions to the Travelling Salesman Problem (TSP).

Primary LanguageClojureOtherNOASSERTION

Teaspoon

Clojars Project A library of solutions to the Travelling Salesman Problem (TSP).

References

The Travelling Salesman Problem

https://en.wikipedia.org/wiki/Travelling_salesman_problem

Genetic Algorithm

http://www.theprojectspot.com/tutorial-post/creating-a-genetic-algorithm-for-beginners/3 http://www.theprojectspot.com/tutorial-post/applying-a-genetic-algorithm-to-the-travelling-salesman-problem/5

Simulated Annealing

http://www.theprojectspot.com/tutorial-post/simulated-annealing-algorithm-for-beginners/6

Clojure defrecord/defprotocol

http://www.braveclojure.com/multimethods-records-protocols/

License

Copyright © 2016 Erick S. Crager

Distributed under the Apache License, Version 2.0.