Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedfgad committed Sep 7, 2024
1 parent c16cdcc commit 9ffa344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/pygad_more.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pygad.readthedocs.io/en/latest/releases.html#pygad-2-18-0>`__,
Expand Down Expand Up @@ -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``

Expand Down

0 comments on commit 9ffa344

Please sign in to comment.