]> git.sesse.net Git - nms/history - tsp
Merge.
[nms] / tsp /
2006-04-08 Steinar H. GundersonAdd a k-opt architecture for randomized improvement.
2006-04-07 Steinar H. GundersonCorrect the estimates from last commit; unfortunately...
2006-04-07 Steinar H. GundersonMake a slightly more realistic estimate for moving...
2006-04-07 Steinar H. GundersonAdd gap calculation to the distances in the TSP solver.
2006-04-07 Steinar H. GundersonCheck the MST before doing anything else.
2006-04-07 Steinar H. GundersonAdd a pessimistic distance to complement the optimistic...
2006-04-07 Steinar H. GundersonImplement a new version of the MST finder (disabled...
2006-04-07 Steinar H. GundersonAdjust the estimates a bit :-)
2006-04-07 Steinar H. GundersonCache the distances we need instead of calculating...
2006-04-07 Steinar H. GundersonUse 0 and 1 for left and right side instead of 0 and 1.
2006-04-07 Steinar H. GundersonMake distance_middle() slightly less dumb.
2006-04-07 Steinar H. GundersonSome restructuring.
2006-04-07 Steinar H. GundersonPrint out some diagnostics showing how well the MST...
2006-04-07 Steinar H. GundersonSend in a proper set to the MST algorithm, instead...
2006-04-07 Steinar H. GundersonOptimize the TSP solver by using the MST of the rest...
2006-04-07 Steinar H. GundersonAdded a more-or-less naive travelling-salesman solver...