flxsosa / DeepHyperNEAT

A public python implementation of the DeepHyperNEAT system for evolving neural networks. Developed by Felix Sosa and Kenneth Stanley. See paper here: https://eplex.cs.ucf.edu/papers/sosa_ugrad_report18.pdf
Apache License 2.0
72 stars 15 forks source link

Missing recurrent connection capability #6

Open nancymackenzie opened 2 years ago

nancymackenzie commented 2 years ago

In the associated paper, recurrent connection capability is listed under mutations within Deep HyperNEAT. However, they are not currently implemented, as noted in genome.py. Has this since been implemented or has anyone else implemented recurrent connectivity?