Skip to content

Commit 9bb60fa

Browse files
committedOct 28, 2021
Add the Genetic Algorithm example.
1 parent de496a2 commit 9bb60fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ a set of rules that precisely define a sequence of operations.
158158
* `B` [Seam Carving](src/algorithms/image-processing/seam-carving) - content-aware image resizing algorithm
159159
* **Statistics**
160160
* `B` [Weighted Random](src/algorithms/statistics/weighted-random) - select the random item from the list based on items' weights
161+
* **Evolutionary algorithms**
162+
* `A` [Genetic algorithm](https://github.com/trekhleb/self-parking-car-evolution) - example of how the genetic algorithm may be applied for training the self-parking cars
161163
* **Uncategorized**
162164
* `B` [Tower of Hanoi](src/algorithms/uncategorized/hanoi-tower)
163165
* `B` [Square Matrix Rotation](src/algorithms/uncategorized/square-matrix-rotation) - in-place algorithm

0 commit comments

Comments
 (0)