CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Deprecated activation functions? #191

Open fdetsch opened 4 years ago

fdetsch commented 4 years ago

I get the following error when using activation functions elu, lelu, and selu:

InvalidActivationFunction: No such activation function: 'elu'

(similar for the latter two). Have these been deprecated? If so, they should probably be removed from Overview of builtin activation functions in order to avoid confusion.

jongdetim commented 1 year ago

Can confirm. Had to implement my own activation functions.