a simple nearest neighbour heuristic
commita0bcd90e83f344ec1e468e548b551c57c7a04325
authorJochen Keil <jochen.keil@gmail.com>
Wed, 23 Jun 2010 16:02:49 +0000 (23 18:02 +0200)
committerJochen Keil <jochen.keil@gmail.com>
Wed, 23 Jun 2010 16:02:49 +0000 (23 18:02 +0200)
treef5215f8eb1656630ca59e7f85dad3c83c69563c0
parent13b0bf5648d23e011d1eb7c51d533ec355f8960c
a simple nearest neighbour heuristic

this will calculate a simple initial solution by choosing a random point
to start from and then search for the nearest neighbour of that point
which has not yet been visited
beware: recursive function :)
Graph.java
Pheromone.java