Skip to content

Commit

Permalink
• transferfunctions.py
Browse files Browse the repository at this point in the history
  remove ExponentialDecay and AcceleratingDecay

• integratorfunctions.py
  add ExponentialDecay and AcceleratingDecay
  • Loading branch information
jdcpni committed Nov 15, 2024
1 parent 657e4c5 commit ec27a09
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 644 deletions.
2 changes: 1 addition & 1 deletion docs/source/TransferFunctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TransferFunctions
:maxdepth: 3

.. automodule:: psyneulink.core.components.functions.transferfunctions
:members: TransferFunction, Identity, Linear, Exponential, ExponentialDecay,AcceleratingDecay, Tanh, ReLU, Angle,
:members: TransferFunction, Identity, Linear, Exponential, Tanh, ReLU, Angle,
Gaussian, GaussianDistort, BinomialDistort, Dropout, SoftMax, LinearMatrix, TransferWithCosts, CostFunctions
:private-members:
:exclude-members: Parameters
Loading

0 comments on commit ec27a09

Please sign in to comment.