https://github.com/jastka4/pea_3
Project for university. Implementation of TSP algorithms (ant colony optimization, genetic algorithm).
https://github.com/jastka4/pea_3
ant-colony-optimization cpp17 genetic-algorithm travelling-salesman-problem tsp
Last synced: 5 months ago
JSON representation
Project for university. Implementation of TSP algorithms (ant colony optimization, genetic algorithm).
- Host: GitHub
- URL: https://github.com/jastka4/pea_3
- Owner: jastka4
- Created: 2019-01-04T01:11:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T23:56:03.000Z (over 6 years ago)
- Last Synced: 2025-02-16T21:17:11.154Z (8 months ago)
- Topics: ant-colony-optimization, cpp17, genetic-algorithm, travelling-salesman-problem, tsp
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PEA_3
Third project for my effective algorithms design class.