Skip to content

Commit 78eab58

Browse files
committed
2 parents 4181253 + 521c345 commit 78eab58

File tree

4 files changed

+413
-2
lines changed

4 files changed

+413
-2
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="50%" src="Search/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/imgs/50-tsp-sa.gif

1.64 MB
Loading

Search/readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@
2828
<img width="100%" src="imgs/100-queens-ga.gif">
2929
<br>Example solution found by genetic algorithm for 100-Queens problem.
3030
</p>
31+
32+
33+
### Simulated Annealing (TSP)
34+
35+
<p align="center">
36+
<img width="50%" src="imgs/50-tsp-sa.gif">
37+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
38+
</p>

0 commit comments

Comments
 (0)