diff --git a/docs/source/generations.md b/docs/source/generations.md index ac37938..7b7214d 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.