From 9ffa344fae699fb5859b97d3eaedd4d4170f3ef9 Mon Sep 17 00:00:00 2001 From: Ahmed Gad Date: Sat, 7 Sep 2024 12:55:42 -0400 Subject: [PATCH] Fix Typo --- docs/source/pygad_more.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/pygad_more.rst b/docs/source/pygad_more.rst index 69fa342..7e0d748 100644 --- a/docs/source/pygad_more.rst +++ b/docs/source/pygad_more.rst @@ -632,6 +632,7 @@ After running the code again, it will find the same result. 0.04872203136549972 Continue without Losing Progress +================================ In `PyGAD 2.18.0 `__, @@ -2000,7 +2001,7 @@ future. These instances attributes can save the solutions: To configure PyGAD for non-deterministic problems, we have to disable saving the previous solutions. This is by setting these parameters: -1. ``keep_elisitm=0`` +1. ``keep_elitism=0`` 2. ``keep_parents=0``