File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Ant Colony Optimization
2
2
This is a sample project to understand how Ant Colony Optimization works.
3
3
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:
5
7
<ul >
6
8
<li ><a href =" https://stackoverflow.com/questions/11007355/data-for-simple-tsp " >stackoverflow</a ></li >
7
9
<li ><a href =" https://people.sc.fsu.edu/~jburkardt/datasets/tsp/tsp.html " >people.sc.fsu.edu/~jburkardt/tsp</a ></li >
8
10
<li ><a href =" http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/tsp/ " >comopt.ifi.uni-heidelberg.de</a ></li >
9
11
</ul >
10
-
11
- # Мурашиний алгоритм
12
- Цей проект створений для того, щоб розібратися як працює Мурашиний Алгоритм.
You can’t perform that action at this time.
0 commit comments