Skip to content

Implementation of the Ant Colony Optimization (ACO) algorithm for solving both the classical Travelling Salesman Problem (TSP) and a variant thereof with additional non-mandatory nodes. Additionally, implementing a few variants of ACO and comparing the results.

Notifications You must be signed in to change notification settings

israelElad/Ant-Colony-Optimization

Repository files navigation

Ant-Colony-Optimization

Solving ordinary TSP and a variant with optional nodes, using ordinary ACO and ACO variant with cost as the max cost in each route instead of the average.

About

Implementation of the Ant Colony Optimization (ACO) algorithm for solving both the classical Travelling Salesman Problem (TSP) and a variant thereof with additional non-mandatory nodes. Additionally, implementing a few variants of ACO and comparing the results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages