Skip to content

Commit

Permalink
Documentation of PyGAD 2.14.3
Browse files Browse the repository at this point in the history
The new release has some bug fixes when setting the save_best_solutions parameter to True. Previously, the best solution for generation i was added into the best_solutions attribute at generation i+1. Now, the best_solutions attribute is updated by each solution at its exact generation.
  • Loading branch information
ahmedfgad authored Jun 6, 2021
1 parent 539b233 commit d65443d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/Footer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,19 @@ Engel <https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9>`__
helped a lot in suggesting new features and suggesting enhancements in
2.14.0 to 2.14.2 releases.

.. _pygad-2143:

PyGAD 2.14.3
------------

Release Date: 6 June 2021

1. Some bug fixes when setting the ``save_best_solutions`` parameter to
``True``. Previously, the best solution for generation ``i`` was
added into the ``best_solutions`` attribute at generation ``i+1``.
Now, the ``best_solutions`` attribute is updated by each best
solution at its exact generation.

PyGAD Projects at GitHub
========================

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ahmed Fawzy Gad'

# The full version, including alpha/beta/rc tags
release = '2.14.2'
release = '2.14.3'

master_doc = 'index'

Expand Down

0 comments on commit d65443d

Please sign in to comment.