Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /