Skip to content

Commit 6ff4527

Browse files
authored
PyGAD 2.16.3 Documentation
1 parent faeec77 commit 6ff4527

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

docs/source/Footer.rst

+32
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,38 @@ progress bar.
935935
(``mutation_type="adaptive"``).
936936
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/65
937937

938+
.. _pygad-2162:
939+
940+
PyGAD 2.16.2
941+
------------
942+
943+
Release Date: 2 February 2022
944+
945+
1. A new instance attribute called ``previous_generation_fitness`` added
946+
in the ``pygad.GA`` class. It holds the fitness values of one
947+
generation before the fitness values saved in the
948+
``last_generation_fitness``.
949+
950+
2. Issue in the ``cal_pop_fitness()`` method in getting the correct
951+
indices of the previous parents. This is solved by using the previous
952+
generation's fitness saved in the new attribute
953+
``previous_generation_fitness`` to return the parents' fitness
954+
values. Thanks to Tobias Tischhauser (M.Sc. - `Mitarbeiter Institut
955+
EMS, Departement Technik, OST – Ostschweizer Fachhochschule,
956+
Switzerland <https://www.ost.ch/de/forschung-und-dienstleistungen/technik/systemtechnik/ems/team>`__)
957+
for detecting this bug.
958+
959+
.. _pygad-2163:
960+
961+
PyGAD 2.16.3
962+
------------
963+
964+
Release Date: 2 February 2022
965+
966+
1. Validate the fitness value returned from the fitness function. An
967+
exception is raised if something is wrong.
968+
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/67
969+
938970
PyGAD Projects at GitHub
939971
========================
940972

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.16.1'
25+
release = '2.16.3'
2626

2727
master_doc = 'index'
2828

0 commit comments

Comments
 (0)