CodeReclaimers / neat-python

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

Documentation "readthedocs" lists more activations than the release has #189

Open ShoofLLC opened 4 years ago

ShoofLLC commented 4 years ago

PyPi release 0.92 doesn't have the activations "elu" "selu" and probably other activations, the docs however, list them as supported activations. I think the PyPi package should be updated, since the repository itself contains all the activations listed in the docs.