HyperNEAT icon indicating copy to clipboard operation
HyperNEAT copied to clipboard

The original implementation of HyperNEAT in C++

Results 6 HyperNEAT issues
Sort by recently updated
recently updated
newest added

I've had some issues building the library with GCC on Arch Linux 2020, so I've updated the build script to patch some source files and use the zlib and boost...

I myself hit this error in Ubuntu 18.04 but after some searches I found out that the problem is an epidemic. Like [this one](https://github.com/numenta/nupic/pull/668) I will try to fix but...

After building with cbuild, when i try to do make on the build folder i get the following error: NE/HyperNEAT/Hypercube_NEAT/include/HCUBE_Defines.h:65:10: fatal error: 'wx/wxprec.h' file not found #include "wx/wxprec.h"

Tried building with the shell script on 2 different machines, console window closes right after "building engine with toolset". I have added the missing Boost files as said in the...

![1](https://cloud.githubusercontent.com/assets/14146749/18089016/63e483d8-6ef0-11e6-8c95-05ff15560b01.png) I am trying to build HyperNEAT on ubuntu 14.04, but when I download the project zipfile and extract it, i do not encounter a build directory in the /HyperNEAT...

I was reading your code to see what activation functions were used and noticed that the computation of activation function ONES_COMPLIMENT (e.g. in files NEAT_FractalNetwork.cpp and NEAT_FastNetwork.cpp, and may be...