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 78eab58

Browse files
committed
2 parents 4181253 + 521c345 commit 78eab58

File tree

4 files changed

+413
-2
lines changed

4 files changed

+413
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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="50%" src="Search/imgs/TSP-Ir.png">
22-
<br>Example: solving TSP using genetic algorithm
21+
<img width="50%" src="Search/imgs/50-tsp-sa.gif">
22+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
2323
</p>
2424

2525
<p align="center">

‎Search/imgs/50-tsp-sa.gif

1.64 MB
Loading[フレーム]

‎Search/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@
2828
<img width="100%" src="imgs/100-queens-ga.gif">
2929
<br>Example solution found by genetic algorithm for 100-Queens problem.
3030
</p>
31+
32+
33+
### Simulated Annealing (TSP)
34+
35+
<p align="center">
36+
<img width="50%" src="imgs/50-tsp-sa.gif">
37+
<br>Example solution found by simulated annealing for TSP problem (for 50 cities).
38+
</p>

0 commit comments

Comments
(0)

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