Skip to content

Commit eb89c8d

Browse files
committed
update readme
1 parent ad945f3 commit eb89c8d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ 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="70%" src="imgs/50-tsp-sa.gif">
22-
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
21+
<img width="100%" src="Search/imgs/10-queens.gif">
22+
<br>Example: solving 10-Queens using simulated annealing.
2323
</p>
2424

25+
2526
<p align="center">
26-
<img width="100%" src="Search/imgs/10-queens.gif">
27-
<br>Example: solving 10-Queens using simulated annealing.
27+
<img width="70%" src="Search/imgs/50-tsp-sa.gif">
28+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
2829
</p>
2930

31+
3032
- Adversarial search and games
3133
- MiniMax, alpha-beta pruning
3234

0 commit comments

Comments
 (0)