Skip to content

Commit ad945f3

Browse files
committed
added tsp sa gif
1 parent adab218 commit ad945f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This repository contains implementation of different AI algorithms, based on the
1818
- Hill climbing, Simulated Annealing, Genetic algorithms
1919

2020
<p align="center">
21-
<img width="50%" src="Search/imgs/TSP-Ir.png">
22-
<br>Example: solving TSP using genetic algorithm
21+
<img width="70%" src="imgs/50-tsp-sa.gif">
22+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
2323
</p>
2424

2525
<p align="center">

Search/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
3535
<p align="center">
3636
<img width="70%" src="imgs/50-tsp-sa.gif">
37-
<br>Example solution found by simulated annealing for 10-Queens problem.
37+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
3838
</p>

0 commit comments

Comments
 (0)