Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading