Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asilichenko authored Dec 16, 2022
1 parent ccbdfbc commit 972c8ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Ant Colony Optimization
This is a sample project to understand how Ant Colony Optimization works.

Samples were taken from next sources:
To see how it works with real data and configuration - launch class AntColonyMain.

# Samples were taken from next sources:
<ul>
<li><a href="https://stackoverflow.com/questions/11007355/data-for-simple-tsp">stackoverflow</a></li>
<li><a href="https://people.sc.fsu.edu/~jburkardt/datasets/tsp/tsp.html">people.sc.fsu.edu/~jburkardt/tsp</a></li>
<li><a href="http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/tsp/">comopt.ifi.uni-heidelberg.de</a></li>
</ul>

# Мурашиний алгоритм
Цей проект створений для того, щоб розібратися як працює Мурашиний Алгоритм.

0 comments on commit 972c8ad

Please sign in to comment.