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 e98467c

Browse files
committed
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‎

Lines changed: 4 additions & 6 deletions
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)

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