Skip to content

Commit d65443d

Browse files
authored
Documentation of PyGAD 2.14.3
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.
1 parent 539b233 commit d65443d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/source/Footer.rst

+13
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,19 @@ Engel <https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9>`__
718718
helped a lot in suggesting new features and suggesting enhancements in
719719
2.14.0 to 2.14.2 releases.
720720

721+
.. _pygad-2143:
722+
723+
PyGAD 2.14.3
724+
------------
725+
726+
Release Date: 6 June 2021
727+
728+
1. Some bug fixes when setting the ``save_best_solutions`` parameter to
729+
``True``. Previously, the best solution for generation ``i`` was
730+
added into the ``best_solutions`` attribute at generation ``i+1``.
731+
Now, the ``best_solutions`` attribute is updated by each best
732+
solution at its exact generation.
733+
721734
PyGAD Projects at GitHub
722735
========================
723736

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ahmed Fawzy Gad'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.14.2'
25+
release = '2.14.3'
2626

2727
master_doc = 'index'
2828

0 commit comments

Comments
 (0)