Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ff4527

Browse files
authored
PyGAD 2.16.3 Documentation
1 parentfaeec77 commit6ff4527

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

‎docs/source/Footer.rst

Lines changed: 32 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp