Skip to content

Commit 55c0812

Browse files
committed
added images to readme
1 parent 1ef4e38 commit 55c0812

14 files changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Understanding Genetic Algorithms
2-
Solving a Battleship Board Game as an Optimization Problem
2+
## Solving a Battleship Board Game as an Optimization Problem
33

4-
https://towardsdatascience.com/understanding-genetic-algorithms-cd556e9089cb
4+
* [Read the full story on Towards Data Science, a Medium publication](https://towardsdatascience.com/understanding-genetic-algorithms-cd556e9089cb?source=friends_link&sk=70e5b098ef167ff2d1132396ab441030)
5+
6+
![01 Board Solution](/img/01_Battleship_Board_Solution.png)
7+
![02 Random Guess](/img/02_Battleship_Random_Guess_51.png)
8+
![03 Random Accuracy](/img/03_Random_Accuracy_53.png)
9+
![04 Generation 001](/img/04_Generation_001.png)
10+
![05 Generation 002](/img/05_Generation_002.png)
11+
![06 Generation 003](/img/06_Generation_155.png)
12+
![07 Statistics 010](/img/07_Stats_10.png)
13+
![08 Statistics 155](/img/08_Stats_155.png)
14+
![09 Convergence](/img/09_Convergence.png)
15+
![10 Performance](/img/10_Performance.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)