Skip to content

Commit 9ffa344

Browse files
committed
Fix Typo
1 parent c16cdcc commit 9ffa344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/source/pygad_more.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ After running the code again, it will find the same result.
632632
0.04872203136549972
633633
634634
Continue without Losing Progress
635+
================================
635636

636637
In `PyGAD
637638
2.18.0 <https://pygad.readthedocs.io/en/latest/releases.html#pygad-2-18-0>`__,
@@ -2000,7 +2001,7 @@ future. These instances attributes can save the solutions:
20002001
To configure PyGAD for non-deterministic problems, we have to disable
20012002
saving the previous solutions. This is by setting these parameters:
20022003

2003-
1. ``keep_elisitm=0``
2004+
1. ``keep_elitism=0``
20042005

20052006
2. ``keep_parents=0``
20062007

0 commit comments

Comments
 (0)