8000 GitHub actions by ahmedfgad · Pull Request #305 · ahmedfgad/GeneticAlgorithmPython · GitHub
[go: up one dir, main page]

Skip to content

GitHub actions #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 9, 2024
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
0