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.
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.