Skip to content

Commit e98467c

Browse files
committedSep 25, 2021
merge
2 parents eb89c8d + ecf2a27 commit e98467c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ This repository contains implementation of different AI algorithms, based on the
1717
- Local search:
1818
- Hill climbing, Simulated Annealing, Genetic algorithms
1919

20-
<p align="center">
21-
<img width="100%" src="Search/imgs/10-queens.gif">
22-
<br>Example: solving 10-Queens using simulated annealing.
23-
</p>
24-
25-
2620
<p align="center">
2721
<img width="70%" src="Search/imgs/50-tsp-sa.gif">
2822
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
2923
</p>
3024

25+
<p align="center">
26+
<img width="100%" src="Search/imgs/10-queens.gif">
27+
<br>Example: solving 10-Queens using simulated annealing.
28+
</p>
3129

3230
- Adversarial search and games
3331
- MiniMax, alpha-beta pruning

0 commit comments

Comments
 (0)
Please sign in to comment.