Skip to content

linuslagerhjelm/ant-colony-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ant-colony-optimization

This repository implements the max-min ant optimization model proposed in this paper. The program is written in Java and can be used to solve the traveling salesman problem for a general graph. The example program in this repository uses the graph Berlin52 but it could easily be replaced with any graph of EUC_2D type.
As with all nature inspired optimization-algorithms, this is not guaranteed to find the optimal solution every time but rather to converge to a "good enough" solution in a shorter time and to be robust to changes of the graph structure.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published