Skip to content

Commit 972c8ad

Browse files
authored
Update README.md
1 parent ccbdfbc commit 972c8ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Ant Colony Optimization
22
This is a sample project to understand how Ant Colony Optimization works.
33

4-
Samples were taken from next sources:
4+
To see how it works with real data and configuration - launch class AntColonyMain.
5+
6+
# Samples were taken from next sources:
57
<ul>
68
<li><a href="https://stackoverflow.com/questions/11007355/data-for-simple-tsp">stackoverflow</a></li>
79
<li><a href="https://people.sc.fsu.edu/~jburkardt/datasets/tsp/tsp.html">people.sc.fsu.edu/~jburkardt/tsp</a></li>
810
<li><a href="http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/tsp/">comopt.ifi.uni-heidelberg.de</a></li>
911
</ul>
10-
11-
# Мурашиний алгоритм
12-
Цей проект створений для того, щоб розібратися як працює Мурашиний Алгоритм.

0 commit comments

Comments
 (0)