Applying Ant Colony Optimisation to travelling salesman problems in C#
Some results of applying a C# / WPF implementation of the ant colony optimisation algorithm to the travelling salesman problem (TSP). My initial observation is that it finds fairly reasonable …