DeepHyperNEAT
DeepHyperNEAT copied to clipboard
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_report1...
Dear @flxsosa this message to let you know that from the `Population` class in `deep_hyperneat/population.py` (line 95) the function `report_output` (from `deep_hyperneat/reporters.py`), in which the 4 input *xor* example is...
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...
Hi sir, I'm really interested in your HyperNEAT expansion, I'm trying to better understand the algorithm in general so I wrote a game to compare the speed and learning curve...
How is the speed on this? I've heard HyperNeat in general is significantly slower than NEAT. Is this multi-threaded? Many of the Neat implementations I've used are heavily single core...
While trying to run, I am receiving an error from "population.py" when trying to import functions from reporters.py plot_complexity, report_output. These functions do not exist within reporters.py. File "XXXX\DeepHyperNEAT\population.py", line...