This implementation is a julia translation of Felix Sosa's python code in https://github.com/flxsosa/DeepHyperNEAT, which itself takes some things from PurePLES python code in https://github.com/ukuleleplayer/pureples
The code was tested with julia 1.7, it migth work with julia 1.6 but not less.
The "main" branch code is a copy of Felix Sosa's code. We recommend to use the branch "start_modified" since we made some improvements in the code there.
An example is provided in the file xor.jl. You can run it the following
julia> using Revise
julia> includet("xor.jl")
i.e., it assumes that you have instald Revise
The LICENSE file is a copy of Felix's LICENSE.
If you have any observation please let me know.