We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad945f3 commit eb89c8dCopy full SHA for eb89c8d
README.md
@@ -18,15 +18,17 @@ This repository contains implementation of different AI algorithms, based on the
18
- Hill climbing, Simulated Annealing, Genetic algorithms
19
20
<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).
+ <img width="100%" src="Search/imgs/10-queens.gif">
+ <br>Example: solving 10-Queens using simulated annealing.
23
</p>
24
25
+
26
- <img width="100%" src="Search/imgs/10-queens.gif">
27
- <br>Example: solving 10-Queens using simulated annealing.
+ <img width="70%" src="Search/imgs/50-tsp-sa.gif">
28
+ <br>Example solution found by simulated annealing for TSP problem (for 50 cities).
29
30
31
32
- Adversarial search and games
33
- MiniMax, alpha-beta pruning
34
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments