From f453d21180aed1d6dea5ced39427cbae1f0db34a Mon Sep 17 00:00:00 2001 From: Ahmed Gad Date: Sun, 21 Jun 2026 13:38:13 -0400 Subject: [PATCH] Add youtube video --- docs/source/generations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/generations.md b/docs/source/generations.md index ac379380..7b7214de 100644 --- a/docs/source/generations.md +++ b/docs/source/generations.md @@ -183,6 +183,12 @@ The kept solutions are placed at the top of the next population, starting at ind The kept solutions are copied to the top of the population. The offspring fill the rest. ::: +Watch the tutorial on [YouTube](https://www.youtube.com/shorts/-uupRJhesjI). + +```{raw} html + +``` + ## Random Seed In [PyGAD 2.18.0](https://pygad.readthedocs.io/en/latest/releases.html#pygad-2-18-0), a new parameter called `random_seed` is supported. Its value is used as a seed for the random function generators.