8000 Add files via upload · kgeis/GeneticAlgorithmPython@ad3d443 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad3d443

Browse files
authored
Add files via upload
1 parent c6b76af commit ad3d443

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

docs/source/Footer.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Release Date: 6 August 2020
323323
PyGAD 2.7.0
324324
-----------
325325

326-
Changes in PyGAD 2.7.0 (11 September 2020):
326+
Release Date: 11 September 2020
327327

328328
1. The ``learning_rate`` parameter in the ``pygad.nn.train()`` function
329329
defaults to **0.01**.
@@ -377,7 +377,27 @@ parameter or set it to ``"classification"`` (default value). In this
377377
case, the activation function of the last layer can be set to any type
378378
(e.g. softmax).
379379

380-
.. _header-n148:
380+
.. _header-n284:
381+
382+
PyGAD 2.7.1
383+
-----------
384+
385+
Release Date: 11 September 2020
386+
387+
1. A bug fix when the ``problem_type`` argument is set to
388+
``regression``.
389+
390+
.. _header-n289:
391+
392+
PyGAD 2.7.2
393+
-----------
394+
395+
Release Date: 14 September 2020
396+
397+
1. Bug fix to support building and training regression neural networks
398+
with multiple outputs.
399+
400+
.. _header-n283:
381401

382402
PyGAD Projects at GitHub
383403
========================

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.7.1'
25+
release = '2.7.2'
2626

2727
master_doc = 'index'
2828

0 commit comments

Comments
 (0)
0