.netalgorithmmathematical-optimizationmontecarloant-colony

Ant colony optimization using .NET


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.


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.

    ACO map of europe