Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 411 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 411 Bytes

antcolony

Ant colony algorithm written in JAVA with JavaFX support solving the traveling salesman problem. During the run of the problem it is possible to add and remove nodes from the traveling salesman map. Visualizes the strength of the ant colony algorithm for these types of problems. Multithread support, easy to add different types of methods for the calculation of pheromones and other optimizations.