Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 400 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 400 Bytes

Golang ACO (Ant Colony Optimization)

Simplified implementation of ACO alghoritm. Benchmarked with TTP (Traveling Thief Problem) data but simplified to TSP (Traveling Salesman Problem).

Example results

Trivial 0 trivial_0_res Easy 0 easy_0_res Hard 0 hard_0_res