MartinBriza / ACO

Ant Colony Optimization (ACO) Simulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACO

Ant Colony Optimization (ACO) Simulator for solution of the Travelling Salesman Problem in a space where all towns are connected.

IMAGE ALT TEXT HERE

Only the Ant-Cycle, Ant-Density and Ant-Quantity algorithms are implemented.

There is a future possibility of implementing other variants of (even completely different) algorithms (not all towns connected, etc.).

Written as a part of the Soft-Computing course at FIT BUT.

Build

Qt5 is required to build and run the program,

qmake-qt5
make

Running

./aco

About

Ant Colony Optimization (ACO) Simulator.

License:MIT License


Languages

Language:C++ 100.0%