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

Commitd65443d

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 parent539b233 commitd65443d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎docs/source/Footer.rst

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

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.14.2'
25+
release='2.14.3'
2626

2727
master_doc='index'
2828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp