File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -935,6 +935,38 @@ progress bar.
935
935
(``mutation_type="adaptive" ``).
936
936
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/65
937
937
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
+
938
970
PyGAD Projects at GitHub
939
971
========================
940
972
Original file line number Diff line number Diff line change 22
22
author = 'Ahmed Fawzy Gad'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '2.16.1 '
25
+ release = '2.16.3 '
26
26
27
27
master_doc = 'index'
28
28
You can’t perform that action at this time.
0 commit comments