In the April 2011 issue of MSDN Magazine I wrote an article which describes Simulated Bee Colony (SBC) algorithms. See http://msdn.microsoft.com/en-us/magazine/gg983491.aspx. SBC algorithms model the behavior of foraging honey bees to find good (but not necessarily optimal) solutions to combinatorial optimization problems which cannot be solved using normal techniques. In the article I use an SBC to solve the Traveling Salesman Problem where you have a set of cities and must visit each city exactly once in such a way that the total distance traveled is minimized. See the screenshot below. SBC algorithms are related to, but distinct from, other meta-heuristics based on the behavior of natural systems such as Genetic Algorithms based on chromosomes and mating, Ant Colony Optimization based on ant pheromones, and Simulated Annealing based on cooling metal. After I wrote the MSDN Magazine article I applied an SBC algorithm to the problem of graph partitioning and was able to find several new world-record best partitionings for benchmark problems.
Books (By Me!)
Events (I Speak At!)
-
Recent Posts
Archives
Categories

.NET Test Automation Recipes
Software Testing
SciPy Programming Succinctly
Keras Succinctly
R Programming
2026 Visual Studio Live
2025 Summer MLADS Conference
2026 DevIntersection Conference
2025 Machine Learning Week
2025 Ai4 Conference
2026 G2E Conference
2026 iSC West Conference
You must be logged in to post a comment.