File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ Release Date: 6 August 2020
323
323
PyGAD 2.7.0
324
324
-----------
325
325
326
- Changes in PyGAD 2.7.0 ( 11 September 2020):
326
+ Release Date: 11 September 2020
327
327
328
328
1. The ``learning_rate `` parameter in the ``pygad.nn.train() `` function
329
329
defaults to **0.01 **.
@@ -377,7 +377,27 @@ parameter or set it to ``"classification"`` (default value). In this
377
377
case, the activation function of the last layer can be set to any type
378
378
(e.g. softmax).
379
379
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 :
381
401
382
402
PyGAD Projects at GitHub
383
403
========================
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.7.1 '
25
+ release = '2.7.2 '
26
26
27
27
master_doc = 'index'
28
28
You can’t perform that action at this time.
0 commit comments