File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 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
323323PyGAD 2.7.0
324324-----------
325325
326- Changes in PyGAD 2.7.0 ( 11 September 2020):
326+ Release Date: 11 September 2020
327327
3283281. 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
377377case, 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
382402PyGAD Projects at GitHub
383403========================
Original file line number Diff line number Diff line change 2222author = 'Ahmed Fawzy Gad'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '2.7.1 '
25+ release = '2.7.2 '
2626
2727master_doc = 'index'
2828
You can’t perform that action at this time.
0 commit comments