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

Hardcoding xor output print in Population class #7

Open gzemo opened 8 months ago

gzemo commented 8 months ago

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 hardcoded to be printed, is executed. Although it is not explicitly an issue, while adapting the whole tool for other purposes you will automatically see the xor example being printed which may let somebody think that something is not going properly, especially while testing with different input sizes.

Many thanks for the tool here provided! Sincerely.