File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff 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+
938970PyGAD Projects at GitHub
939971========================
940972
Original file line number Diff line number Diff line change 2222author = 'Ahmed Fawzy Gad'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '2.16.1 '
25+ release = '2.16.3 '
2626
2727master_doc = 'index'
2828
You can’t perform that action at this time.
0 commit comments