Ant colony optimization using .NET
.net, algorithm, ant-colony, mathematical-optimization, montecarlo
Solution
Konrad Rudolph has published a short tutorial on ACO's on a german programming website.
It contains a fully-working VB.NET example project (in English) solving a Traveling Salesman Problem using an ACO.
Problem
I'm looking for a .NET-Class library or .NET-Framework which implements ant colony optimization. Can you give me any links, resources, etc. about this topic.